SmartSockets .NET Class Library

TipcMon.serverRoutePoll Method (TipcSrv, String, String)

Sends a MON_SERVER_ROUTE_POLL_CALL message to a particular RTserver. This poll returns routing information between two RTservers in a MON_SERVER_ROUTE_POLL_RESULT message.

public static void serverRoutePoll(
   TipcSrv srv,
   string server,
   string destServer
);

Parameters

srv
the RTserver connection issuing the poll.
server
the unique subject of the RTserver that is to receive the poll, or ALL
destServer
the unique subject of the other RTserver, or ALL

Exceptions

Exception TypeCondition
TipcException If an error occurs sending the message.

See Also

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


Copyright © TIBCO Software Inc. All rights reserved