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