Appearance
ServiceNow.Core 
SNow.Core.Table 
Table.CreateAsync(object, CancellationToken) Method 
csharp
public System.Threading.Tasks.Task<System.Text.Json.JsonElement> 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<System.Text.Json.JsonElement>
Implements CreateAsync(object, CancellationToken)