Skip to content

ServiceNow.Core

SNow.Core.ITable<T>

ITable<T>.CreateAsync(object, CancellationToken) Method

csharp
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>

Released under the MIT License.