Skip to content

ServiceNow.Core

SNow.Core.ITable

ITable.GetByIdAsync(Guid, CancellationToken) Method

csharp
System.Threading.Tasks.Task<System.Text.Json.JsonElement> GetByIdAsync(System.Guid id, System.Threading.CancellationToken cancellationToken);

Parameters

id System.Guid

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>

Released under the MIT License.