CimSubscriptionDeliveryType Enumeration

 

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

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public enum CimSubscriptionDeliveryType
public enum class CimSubscriptionDeliveryType
type CimSubscriptionDeliveryType
Public Enumeration CimSubscriptionDeliveryType

Members

Member name Description
None

See Push.

Pull

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.

Push

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 be managed carefully.

See Also

Microsoft.Management.Infrastructure Namespace

Return to top