IOrganizationServiceAsync.UpdateAsync(Entity) Method

Definition

Updates an entity and process any related entities.

[System.ServiceModel.OperationContract]
public System.Threading.Tasks.Task UpdateAsync (Microsoft.Xrm.Sdk.Entity entity);
[<System.ServiceModel.OperationContract>]
abstract member UpdateAsync : Microsoft.Xrm.Sdk.Entity -> System.Threading.Tasks.Task
Public Function UpdateAsync (entity As Entity) As Task

Parameters

entity
Entity

The entity to update.

Returns

Attributes

Applies to