Click or drag to resize

InProcessServerStopAsync Method

Requests the server processing to stop and provides a way for the caller to await the server traching the stopped state.

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

Return Value

Task
A Task object that callers can use to await the server reaching the stopped state.
See Also