SmartSockets .NET Class Library

TipcMon.clientOptionPoll Method (TipcSrv, String, String)

Sends a MON_CLIENT_OPTION_POLL_CALL message to the target client. This poll returns the value of a specific option in the client in a MON_CLIENT_OPTION_POLL_RESULT message.

public static void clientOptionPoll(
   TipcSrv srv,
   string client,
   string optionName
);

Parameters

srv
the RTserver connection issuing the poll.
client
the unique subject of the client that is to receive the poll, or ALL
optionName
the option to retrieve the value of, or ALL

Exceptions

Exception TypeCondition
TipcException If an error occurs sending the message.

See Also

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


Copyright © TIBCO Software Inc. All rights reserved