DeletePermissionAsync Method
Deletes the specified permission.
Syntax
[VB.NET] Public Function DeletePermissionAsync() As IAsyncAction
[C#] public IAsyncAction DeletePermissionAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeletePermissionAsync MethodDeletes the specified permission. Syntax[VB.NET] Public Function DeletePermissionAsync() As IAsyncAction [C#] public IAsyncAction 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. |
||