GetObjectAsync Method
Gets an object from a bucket.
Syntax
[VB.NET] Public Function GetObjectAsync(ByVal ObjectName As String) As IAsyncAction
[C#] public IAsyncAction GetObjectAsync(string objectName);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetObjectAsync MethodGets an object from a bucket. Syntax[VB.NET] Public Function GetObjectAsync(ByVal ObjectName As String) As IAsyncAction [C#] public IAsyncAction GetObjectAsync(string objectName); RemarksThis method is the asynchronous version of the GetObject method and is used to support asynchronous operations in WinRT. Please refer to GetObject for more information. |
||