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