PubSub+ Messaging API for .NET
C#
10.26.0
Show/Hide TOC
ISession
Disconnect Method
Disconnects the session.
Definition
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
C#
Copy
ReturnCode
Disconnect
()
Return Value
ReturnCode
SOLCLIENT_OK
if successful.
Exceptions
OperationErrorException
Thrown when the Disconnect operation fails.
ObjectDisposedException
Thrown when the session is already disposed (terminal state).
FatalErrorException
Thrown when an unrecoverable error occurs.
See Also
Reference
ISession Interface
SolaceSystems.Solclient.Messaging Namespace
In This Article
Definition
Exceptions
See Also