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