10.24.0

ISessionDisconnect Method

Disconnects the session.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
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