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