StopWebServerAsync Method
Stops the embedded web server.
Syntax
[VB.NET] Public Function StopWebServerAsync() As Task
[C#] public Task StopWebServerAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
StopWebServerAsync MethodStops the embedded web server. Syntax[VB.NET] Public Function StopWebServerAsync() As Task [C#] public Task StopWebServerAsync(); RemarksThis method is the asynchronous version of the StopWebServer method and is used to support asynchronous operations in WinRT. Please refer to StopWebServer for more information. |
||