ShutdownAsync Method
Shuts down the server.
Syntax
[VB.NET] Public Function ShutdownAsync() As IAsyncAction
[C#] public IAsyncAction ShutdownAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ShutdownAsync MethodShuts down the server. Syntax[VB.NET] Public Function ShutdownAsync() As IAsyncAction [C#] public IAsyncAction ShutdownAsync(); RemarksThis 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. |
||