[VB.NET]
Public Function GetBucketLocationAsync()AsTask<string>
[C#]
public Task<string> GetBucketLocationAsync();
Remarks
This method is the asynchronous version of the GetBucketLocation method and is used to support asynchronous operations in WinRT. Please refer to GetBucketLocation for more information.