CreateBucketAsync Method
Creates a new bucket.
Syntax
[VB.NET]
Public Function CreateBucketAsync() As IAsyncAction
[C#]
public IAsyncAction CreateBucketAsync();
Remarks
This method is the asynchronous version of the
CreateBucket method and is used to support asynchronous operations in WinRT. Please refer to
CreateBucket for more information.