SmartSockets .NET Class Library

TipcMon.serverMsgTrafficPoll Method

Sends a MON_SERVER_MSG_TRAFFIC_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_POLL_RESULT message.

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

Note: The traffic statistics presented in the result message from this poll are truncated to 31 bits, and may contain an incorrect sign bit on some older servers. This method is provided for compatibility with pre-6.7 servers. When polling newer servers, you should use serverMsgTrafficExPoll.

Overload List

Sends a MON_SERVER_MSG_TRAFFIC_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_POLL_RESULT message. Note: The traffic statistics presented in the result message from this poll are truncated to 31 bits, and may contain an incorrect sign bit on some older servers. This method is provided for compatibility with pre-6.7 servers. When polling newer servers, you should use serverMsgTrafficExPoll.

public static void serverMsgTrafficPoll(TipcSrv,string,string);

Sends a MON_SERVER_MSG_TRAFFIC_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_POLL_RESULT message. Note: This method should only be invoked when using a single, global RTserver connection via the Srv method. Note: The traffic statistics presented in the result message from this poll are truncated to 31 bits, and may contain an incorrect sign bit on some older servers. This method is provided for compatibility with pre-6.7 servers. When polling newer servers, you should use serverMsgTrafficExPoll.

public static void serverMsgTrafficPoll(string,string);

See Also

TipcMon Class | TipcMon Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved