Share via


AbstractClientRequestBuilder<T>.UpdateAsync Method

Definition

Overloads

UpdateAsync(Entity)
UpdateAsync(Entity, CancellationToken)

UpdateAsync(Entity)

public System.Threading.Tasks.Task UpdateAsync (Microsoft.Xrm.Sdk.Entity entity);
abstract member UpdateAsync : Microsoft.Xrm.Sdk.Entity -> System.Threading.Tasks.Task
override this.UpdateAsync : Microsoft.Xrm.Sdk.Entity -> System.Threading.Tasks.Task
Public Function UpdateAsync (entity As Entity) As Task

Parameters

entity
Entity

Returns

Implements

Applies to

UpdateAsync(Entity, CancellationToken)

public System.Threading.Tasks.Task UpdateAsync (Microsoft.Xrm.Sdk.Entity entity, System.Threading.CancellationToken cancellationToken);
abstract member UpdateAsync : Microsoft.Xrm.Sdk.Entity * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.UpdateAsync : Microsoft.Xrm.Sdk.Entity * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function UpdateAsync (entity As Entity, cancellationToken As CancellationToken) As Task

Parameters

entity
Entity
cancellationToken
CancellationToken

Returns

Implements

Applies to