Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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_PullValue: 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_PushValue: 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 |