Skip to content

ServiceNow.Core

SNow.Core.Table

Table.UpdateAsync(Guid, object, CancellationToken, bool) Method

csharp
public System.Threading.Tasks.Task<System.Text.Json.JsonElement> UpdateAsync(System.Guid id, object data, System.Threading.CancellationToken cancellationToken, bool excludeReferenceLinks=true);

Parameters

id System.Guid

data System.Object

cancellationToken System.Threading.CancellationToken
A cancellation token that can be used by other objects or threads to receive

excludeReferenceLinks System.Boolean

Returns

System.Threading.Tasks.Task<System.Text.Json.JsonElement>

Implements UpdateAsync(Guid, object, CancellationToken, bool)

Released under the MIT License.