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