UpdateObjectACLAsync Method
Updates the access policy of the specified object.
Syntax
[VB.NET] Public Function UpdateObjectACLAsync(ByVal ObjectName As String) As IAsyncAction
[C#] public IAsyncAction UpdateObjectACLAsync(string objectName);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
UpdateObjectACLAsync MethodUpdates the access policy of the specified object. Syntax[VB.NET] Public Function UpdateObjectACLAsync(ByVal ObjectName As String) As IAsyncAction [C#] public IAsyncAction UpdateObjectACLAsync(string objectName); RemarksThis method is the asynchronous version of the UpdateObjectACL method and is used to support asynchronous operations in WinRT. Please refer to UpdateObjectACL for more information. |
||