Appearance
ServiceNow.Core 
SNow.Core.ITable<T> 
ITable<T>.UpdateAsync(Nullable<Guid>, object, CancellationToken, bool) Method 
csharp
System.Threading.Tasks.Task<T> UpdateAsync(System.Nullable<System.Guid> id, object data, System.Threading.CancellationToken cancellationToken, bool excludeLinks=true);Parameters 
id System.Nullable<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