CreateBucketAsync Method
Creates a new bucket.
Syntax
[VB.NET] Public Function CreateBucketAsync() As IAsyncAction
[C#] public IAsyncAction CreateBucketAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreateBucketAsync MethodCreates a new bucket. Syntax[VB.NET] Public Function CreateBucketAsync() As IAsyncAction [C#] public IAsyncAction CreateBucketAsync(); RemarksThis 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. |
||