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