AbstractClientRequestBuilder<T>.UpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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