IEntityPatchOperations<T>.PatchAsync(T) Method

Definition

Asynchronously patches an entity.

public System.Threading.Tasks.Task<T> PatchAsync (T entity);
abstract member PatchAsync : 'T -> System.Threading.Tasks.Task<'T (requires 'T :> Microsoft.Store.PartnerCenter.Models.ResourceBase)>
Public Function PatchAsync (entity As T) As Task(Of T)

Parameters

entity
T

The entity information.

Returns

Task<T>

The updated entity.

Applies to