PatchPropertiesAsync Method
Update the current set of properties on the server.
Syntax
[VB.NET] Public Function PatchPropertiesAsync(ByVal ResourceURI As String) As IAsyncAction
[C#] public IAsyncAction PatchPropertiesAsync(string resourceURI);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
PatchPropertiesAsync MethodUpdate the current set of properties on the server. Syntax[VB.NET] Public Function PatchPropertiesAsync(ByVal ResourceURI As String) As IAsyncAction [C#] public IAsyncAction PatchPropertiesAsync(string resourceURI); RemarksThis method is the asynchronous version of the PatchProperties method and is used to support asynchronous operations in WinRT. Please refer to PatchProperties for more information. |
||