PutResourceAsync Method
Send data to the server using the PUT method.
Syntax
[VB.NET] Public Function PutResourceAsync(ByVal ResourceURI As String) As Task
[C#] public Task PutResourceAsync(string resourceURI);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
PutResourceAsync MethodSend data to the server using the PUT method. Syntax[VB.NET] Public Function PutResourceAsync(ByVal ResourceURI As String) As Task [C#] public Task PutResourceAsync(string resourceURI); RemarksThis method is the asynchronous version of the PutResource method and is used to support asynchronous operations in WinRT. Please refer to PutResource for more information. |
||