IEntityPostOperations<T,T1> Interface
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.
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. |