SmartSockets .NET Class Library

TipcMon.setClientSubscribeWatch Method (TipcSrv, String, Boolean)

Sets a watch on the client's subscription table. A MON_CLIENT_SUBSCRIBE_STATUS message is returned.

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

Parameters

srv
the RTserver connection issuing the poll.
client
the unique subject of the client to receive the 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.setClientSubscribeWatch Overload List


Copyright © TIBCO Software Inc. All rights reserved