DeleteBucketAsync Method
Deletes a bucket.
Syntax
[VB.NET]
Public Function DeleteBucketAsync() As Task
[C#]
public Task DeleteBucketAsync();
Remarks
This 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.