Appearance
ServiceNow.Core
SNow.Core.Table<T>
Table<T>.UpdateAsync(Nullable<Guid>, object, CancellationToken, bool) Method
csharp
public System.Threading.Tasks.Task<T> UpdateAsync(System.Nullable<System.Guid> id, object data, System.Threading.CancellationToken cancellationToken, bool excludeReferenceLinks=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
excludeReferenceLinks
System.Boolean
Returns
System.Threading.Tasks.Task<T>
Implements UpdateAsync(Nullable , object, CancellationToken, bool)