Click or drag to resize

OutProcessServerStopAsync Method

Issue a request to stop the server. There will be an unpredictable delay before the server actually stops. The ServerStopped event will be raised when the server 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 start completion.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the server is not started.
See Also