IContext.Stop Method

Solclient

IContextStop Method
version: 7.2.1.27

Note: This API is now obsolete.

Stops the context if it is not already stopped or disposed.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
[ObsoleteAttribute("This method has no effect, the context is already started when it is created and cannot be stopped")]
void Stop()
<ObsoleteAttribute("This method has no effect, the context is already started when it is created and cannot be stopped")>
Sub Stop
[ObsoleteAttribute(L"This method has no effect, the context is already started when it is created and cannot be stopped")]
void Stop()
Exceptions
ExceptionCondition
ObjectDisposedException Thrown if the context is already disposed (terminal state).
See Also