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