SmartSockets .NET Class Library

TipcMon.clientSubjectExPoll Method (TipcSrv, String, String)

Sends a MON_CLIENT_SUBJECT_EX_POLL_CALL message to the target client. This poll returns traffic data on a specific subject in the client in a MON_CLIENT_SUBJECT_EX_POLL_RESULT message.

public static void clientSubjectExPoll(
   TipcSrv srv,
   string client,
   string subject
);

Parameters

srv
the RTserver connection issuing the poll.
client
the unique subject of the client that is to receive the poll, or ALL
subject
the subject to retrieve the traffic data for, or ALL

Exceptions

Exception TypeCondition
TipcBadArgumentException If the subject is invalid
TipcException If an error occurs sending the message.

See Also

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


Copyright © TIBCO Software Inc. All rights reserved