IEntityPostOperations<T,T1>.PostAsync(T) 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.
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.