IEntityPostOperations<T> Interface

Definition

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>)

Applies to