ShutdownAsync Method
Shuts down the server.
Syntax
[VB.NET]
Public Function ShutdownAsync() As Task
[C#]
public Task ShutdownAsync();
Remarks
This method is the asynchronous version of the
Shutdown method and is used to support asynchronous operations in WinRT. Please refer to
Shutdown for more information.