SmartSockets .NET Class Library

TipcMon.clientMsgTypePoll Method (TipcSrv, String, String)

Sends a MON_CLIENT_MSG_TYPE_POLL_CALL message to the target client. This poll returns data about a specific message type in the client in a MON_CLIENT_MSG_TYPE_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 clientMsgTypeExPoll.

public static void clientMsgTypePoll(
   TipcSrv srv,
   string client,
   string mtName
);

Parameters

srv
the RTserver connection issuing the poll.
client
the unique subject of the client that is to receive the poll, or ALL
mtName
the name of the desired message type in the client, or ALL

Exceptions

Exception TypeCondition
TipcException If an error occurs sending the message.

See Also

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


Copyright © TIBCO Software Inc. All rights reserved