SmartSockets .NET Class Library

TipcMon.serverOptionPoll Method (TipcSrv, String, String)

Sends a MON_SERVER_OPTION_POLL_CALL message to a particular RTserver. This poll returns the value of a specific option in a given RTserver in a MON_SERVER_OPTION_POLL_RESULT message.

public static void serverOptionPoll(
   TipcSrv srv,
   string server,
   string optionName
);

Parameters

srv
the RTserver connection issuing the poll.
server
the unique subject of the RTserver that is to receive, or ALL the poll
optionName
the name of the option to get 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.serverOptionPoll Overload List


Copyright © TIBCO Software Inc. All rights reserved