GetSchemaAsync Method
Retrieves the schema for a service.
Syntax
[VB.NET] Public Function GetSchemaAsync() As Task
[C#] public Task GetSchemaAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetSchemaAsync MethodRetrieves the schema for a service. Syntax[VB.NET] Public Function GetSchemaAsync() As Task [C#] public Task GetSchemaAsync(); RemarksThis 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. |
||