SmartSockets .NET Class Library

TipcSrv.setSubjectSubscribe Method 

set the subscribe status on a subject.

public virtual void setSubjectSubscribe(
   string subject,
   bool status
);

Parameters

subject
the subject to set the status on
status
the status to set, true to subscribe, false to unsubscribe.

Exceptions

Exception TypeCondition
TipcBadArgumentException If the subject is invalid.
TipcAlreadySubscribedException If already subscribed to subject.
TipcNotSubscribedException If not subscribed to subject
TipcException For all other errors.

See Also

TipcSrv Class | TipcSrv Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved