IEntityPostOperations<T> 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<T> : Microsoft.Store.PartnerCenter.GenericOperations.IEntityPostOperations<T,T>
type IEntityPostOperations<'T> = interface
interface IEntityPostOperations<'T, 'T>
Public Interface IEntityPostOperations(Of T)
Implements IEntityPostOperations(Of T, T)
Type Parameters
- T
The entity type.
- Implements
Methods
Post(T) |
Posts a new entity. (Inherited from IEntityPostOperations<T,T1>) |
PostAsync(T) |
Asynchronously posts a new entity. (Inherited from IEntityPostOperations<T,T1>) |