 | ISessionUnsubscribe Method (IEndpoint, ISubscription, Int32, Object) |
version: 10.22.0
Remove a
ITopic subscription from the endpoint if the operation is supported on the
endpoint (Only endpoint of type
IQueue supports this operation).
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntax
ExceptionsException | Condition |
---|
OperationErrorException |
Thrown when the Unsubscribe operation fails. More details will be available in the fields
of the OperationErrorException.
Possible sub-codes:
|
ObjectDisposedException |
Thrown when the session is already disposed (terminal state).
|
FatalErrorException |
Thrown when an unrecoverable error occurs.
|
ArgumentNullException |
Thrown if subscription is null.
|
See Also