MI_SubscriptionDeliveryType enumeration (mi.h)

Differentiates between a push or pull subscription delivery type. This is not supported when using the DCOM protocol.

Syntax

typedef enum _MI_SubscriptionDeliveryType {
  MI_SubscriptionDeliveryType_Pull = 1,
  MI_SubscriptionDeliveryType_Push = 2
} MI_SubscriptionDeliveryType;

Constants

 
MI_SubscriptionDeliveryType_Pull
Value: 1
Pull delivery is required for subscriptions. Pulling the indications from the server is more firewall friendly. However, it can also be slower than the push delivery type.
MI_SubscriptionDeliveryType_Push
Value: 2
Push delivery is required for subscriptions. Push indicates that the server will connect to the client to deliver the event when one is available. This requires the firewall on the correct ports to work and security contexts need to managed carefully.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header mi.h
Redistributable Windows Management Framework 3.0 on Windows Server 2008 R2 with SP1, Windows 7 with SP1, and Windows Server 2008 with SP2