IEntityPostOperations<T,T1> Interface

Definition

Groups operations for posting a single entity.

public interface IEntityPostOperations<in T,T1>
type IEntityPostOperations<'T, 'T1> = interface
Public Interface IEntityPostOperations(Of In T, T1)

Type Parameters

T

The entity type request.

This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
T1

The entity type response.

Derived

Methods

Post(T)

Posts a new entity.

PostAsync(T)

Asynchronously posts a new entity.

Applies to