Click or drag to resize

InProcessClientStopAsync Method

Requsts the client processing to stop. There will be an unpredictable delay before the client stops. The ClientStopped event will be raised after 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 processing completion.
See Also