SmartSockets .NET Class Library

TipcMon.getSubjectSubscribeWatch Method (String)

Gets the status of a subject subscribe watch.

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

public static bool getSubjectSubscribeWatch(
   string subject
);

Parameters

subject
the subject to check the watch for.

Return Value

true if the watch is set, false if it isn't.

Exceptions

Exception TypeCondition
TipcBadArgumentException If the subject is invalid
TipcException For all other errors.

See Also

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


Copyright © TIBCO Software Inc. All rights reserved