Sdílet prostřednictvím


IEntityPostOperations<T,T1>.PostAsync(T) Method

Definition

Asynchronously posts a new entity.

public System.Threading.Tasks.Task<T1> PostAsync (T newEntity);
abstract member PostAsync : 'T -> System.Threading.Tasks.Task<'T1>
Public Function PostAsync (newEntity As T) As Task(Of T1)

Parameters

newEntity
T

The new entity information.

Returns

Task<T1>

The entity information from the post.

Applies to