[VB.NET]
Public Function GetObjectInfoAsync(ByVal ObjectName As String)AsTask
[C#]
public Task GetObjectInfoAsync(string objectName);
Remarks
This 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.