SmartSockets .NET Class Library

TipcMon.clientSubscribeNumPoll Method (String)

Sends a MON_CLIENT_SUBSCRIBE_NUM_POLL_CALL message to the target client. This poll returns the number of subjects the client is subscribed to in a MON_CLIENT_SUBSCRIBE_NUM_POLL_RESULT message.

Note: This method should only be invoked when using a single, global RTserver connection via the Srv method.

public static void clientSubscribeNumPoll(
   string client
);

Parameters

client
the unique subject of the client that is to receive the poll, or ALL

Exceptions

Exception TypeCondition
TipcException If an error occurs sending the message.

See Also

TipcMon Class | TipcMon Members | TIBCO.SMARTSOCKETS Namespace | TipcMon.clientSubscribeNumPoll Overload List


Copyright © TIBCO Software Inc. All rights reserved