SmartSockets .NET Class Library

TipcMon.setClientBufferWatch Method (String, Boolean)

Sets a watch on the buffer statistics in a particular client. A MON_CLIENT_BUFFER_STATUS message is returned.

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

public static void setClientBufferWatch(
   string client,
   bool status
);

Parameters

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.setClientBufferWatch Overload List


Copyright © TIBCO Software Inc. All rights reserved