Click or drag to resize

OutProcessClientStopAsync Method

Issue a request to stop the client. There will be an unpredictable delay before the client actually stops. The ClientStopped event will be raised when the client has stopped.

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public Task StopAsync()

Return Value

Task
A Task that can be used to await stop completion.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the server is not connected.
See Also