 | ISessionSubscribe Method (IEndpoint, ISubscription, Int32, Object) |
version: 10.22.0
Add a
ITopic subscription on the endpoint if the operation is supported on the
endpoint (Only endpoints of type
IQueue or type
IClientName support 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 Subscribe operation fails, more information will be available in the
OperationErrorException fields. 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