GetSchemaAsync Method
Retrieves the schema for a service.
Syntax
[VB.NET]
Public Function GetSchemaAsync() As Task
[C#]
public Task GetSchemaAsync();
Remarks
This method is the asynchronous version of the
GetSchema method and is used to support asynchronous operations in WinRT. Please refer to
GetSchema for more information.