Appearance
ServiceNow.Core
SNow.Core.Table<T>
Table<T>.CreateAsync(object, CancellationToken) Method
csharp
public System.Threading.Tasks.Task<T> CreateAsync(object model, System.Threading.CancellationToken cancellationToken);Parameters
model System.Object
cancellationToken System.Threading.CancellationToken
A cancellation token that can be used by other objects or threads to receive
Returns
System.Threading.Tasks.Task<T>
Implements CreateAsync(object, CancellationToken)