DeletePermissionAsync Method
Deletes the specified permission.
Syntax
[VB.NET] Public Function DeletePermissionAsync() As Task
[C#] public Task DeletePermissionAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeletePermissionAsync MethodDeletes the specified permission. Syntax[VB.NET] Public Function DeletePermissionAsync() As Task [C#] public Task DeletePermissionAsync(); RemarksThis method is the asynchronous version of the DeletePermission method and is used to support asynchronous operations in WinRT. Please refer to DeletePermission for more information. |
||