SmartSockets .NET Class Library

TipcMon.setClientMsgRecvWatch Method (TipcSrv, String, String, Boolean)

Sets a watch on the messages received by a particular client matching a given message type. A MON_CLIENT_MSG_RECV_STATUS message is returned.

public static void setClientMsgRecvWatch(
   TipcSrv srv,
   string client,
   string mtName,
   bool status
);

Parameters

srv
the RTserver connection issuing the poll.
client
the unique subject of the client to receive the watch, or ALL
mtName
the name of the message type to watch, or ALL
status
true to set the watch, false to clear it.

Exceptions

Exception TypeCondition
TipcException If an error occurs sending the message.

See Also

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


Copyright © TIBCO Software Inc. All rights reserved