SmartSockets .NET Class Library

TipcMon.setClientCongestionWatch Method (TipcSrv, String, Boolean, Int32, Int32)

Sets a watch on the buffer congestion in a particular client. A MON_CLIENT_CONGESTION_STATUS message is returned.

public static void setClientCongestionWatch(
   TipcSrv srv,
   string client,
   bool status,
   int highWater,
   int lowWater
);

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.
highWater
the number of bytes constituting the high water threshold of the buffer
lowWater
the number of bytes constituting the high water threshold of the buffer

Exceptions

Exception TypeCondition
TipcException If an error occurs sending the message.

See Also

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


Copyright © TIBCO Software Inc. All rights reserved