SmartSockets .NET Class Library

TipcMon.serverMsgTrafficExPoll Method (String, String)

Sends a MON_SERVER_MSG_TRAFFIC_EX_POLL_CALL message to a particular RTserver. This poll returns message traffic data between a given RTserver and some other client or server in a MON_SERVER_MSG_TRAFFIC_EX_POLL_RESULT message.

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

public static void serverMsgTrafficExPoll(
   string server,
   string connectedProcess
);

Parameters

server
the unique subject of the RTserver that is to receive the poll, or ALL
connectedProcess
the unique subject of the other process, or ALL

Exceptions

Exception TypeCondition
TipcException If an error occurs sending the message.

See Also

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


Copyright © TIBCO Software Inc. All rights reserved