GetObjectInfoAsync Method
Returns the meta-data for the indicated object.
Syntax
[VB.NET] Public Function GetObjectInfoAsync(ByVal ObjectName As String) As IAsyncAction
[C#] public IAsyncAction GetObjectInfoAsync(string objectName);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetObjectInfoAsync MethodReturns the meta-data for the indicated object. Syntax[VB.NET] Public Function GetObjectInfoAsync(ByVal ObjectName As String) As IAsyncAction [C#] public IAsyncAction GetObjectInfoAsync(string objectName); RemarksThis method is the asynchronous version of the GetObjectInfo method and is used to support asynchronous operations in WinRT. Please refer to GetObjectInfo for more information. |
||