GetBucketLocationAsync Method
Returns the location of the specified bucket.
Syntax
[VB.NET] Public Function GetBucketLocationAsync() As IAsyncOperation<string>
[C#] public IAsyncOperation<string> GetBucketLocationAsync();
Google Integrator V2 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetBucketLocationAsync MethodReturns the location of the specified bucket. Syntax[VB.NET] Public Function GetBucketLocationAsync() As IAsyncOperation<string> [C#] public IAsyncOperation<string> GetBucketLocationAsync(); RemarksThis 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. |
||