SmartSockets .NET Class Library

TipcMon.setServerMaxClientLicensesWatch Method (Boolean, String)

Sets a watch on an RTserver rejecting a client connection due to the maximum number of client licenses allowed being exceeded. A MON_SERVER_MAX_CLIENT_LICENSES_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 setServerMaxClientLicensesWatch(
   bool status,
   string server
);

Parameters

status
true to set the watch, false to clear it.
server
the unique subject of the server to receive the watch, or ALL

Exceptions

Exception TypeCondition
TipcException If an error occurs sending the message.

See Also

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


Copyright © TIBCO Software Inc. All rights reserved