CreateEntryAsync Method
Creates a new entry within the specified OData service resource.
Syntax
[VB.NET] Public Function CreateEntryAsync() As Task
[C#] public Task CreateEntryAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreateEntryAsync MethodCreates a new entry within the specified OData service resource. Syntax[VB.NET] Public Function CreateEntryAsync() As Task [C#] public Task CreateEntryAsync(); RemarksThis method is the asynchronous version of the CreateEntry method and is used to support asynchronous operations in WinRT. Please refer to CreateEntry for more information. |
||