Appearance
ServiceNow.Core
SNow.Core.ITable
ITable.UpdateAsync(Guid, object, CancellationToken, bool) Method
csharp
System.Threading.Tasks.Task<System.Text.Json.JsonElement> UpdateAsync(System.Guid id, object data, System.Threading.CancellationToken cancellationToken, bool excludeLinks=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
excludeLinks
System.Boolean