SetSchemaEntityAsync Method
Sets the schema entity.
Syntax
[VB.NET] Public Function SetSchemaEntityAsync(ByVal Name As String) As Task
[C#] public Task SetSchemaEntityAsync(string name);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SetSchemaEntityAsync MethodSets the schema entity. Syntax[VB.NET] Public Function SetSchemaEntityAsync(ByVal Name As String) As Task [C#] public Task SetSchemaEntityAsync(string name); RemarksThis method is the asynchronous version of the SetSchemaEntity method and is used to support asynchronous operations in WinRT. Please refer to SetSchemaEntity for more information. |
||