10.24.0

IContextStart Method

Note: This API is now obsolete.
Starts the context if it is not already started 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")]
void Start()

Exceptions

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

See Also