IEntityPutOperations<T>.PutAsync(T) Method

Definition

Asynchronously updates an entity.

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

Parameters

entity
T

The entity information.

Returns

Task<T>

The updated entity.

Applies to