EC_SUBSCRIPTION_DELIVERY_MODE enumeration (evcoll.h)

The EC_SUBSCRIPTION_DELIVERY_MODE enumeration defines values that indicate how events are delivered in a subscription. Events are delivered through subscriptions using either the push or pull model. For more information, see Subscribing to Events.

Syntax

typedef enum _EC_SUBSCRIPTION_DELIVERY_MODE {
  EcDeliveryModePull = 1,
  EcDeliveryModePush
} EC_SUBSCRIPTION_DELIVERY_MODE;

Constants

 
EcDeliveryModePull
Value: 1
Events are delivered through the subscription using the pull model.
EcDeliveryModePush
Events are delivered through the subscription using the push model.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header evcoll.h