10.24.0

IContextStop Method

Note: This API is now obsolete.
Stops the context if it is not already stopped or disposed.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
[ObsoleteAttribute("This method has no effect, the context is already started when it is created and cannot be stopped")]
void Stop()

Exceptions

ObjectDisposedException Thrown if the context is already disposed (terminal state).

See Also