IEntityPatchOperations<T>.PatchAsync(T) Metodo

Definizione

Patcha asincronamente un'entità.

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)

Parametri

entity
T

Le informazioni sull'entità.

Valori restituiti

Task<T>

Entità aggiornata.

Si applica a