IContextStop Method
Note: This API is now obsolete.
Stops the context if it is not already stopped or disposed.
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
[ObsoleteAttribute("This method has no effect, the context is already started when it is created and cannot be stopped")]
void Stop()
ObjectDisposedException |
Thrown if the context is already disposed (terminal state).
|