Share via


CimSubscriptionDeliveryOptions Constructor

 

Creates and initializes a new instance of CimSubscriptionDeliveryOptions.

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

Overload List

Name Description
System_CAPS_pubmethod CimSubscriptionDeliveryOptions()

Creates and initializes a new instance of CimSubscriptionDeliveryOptions using the default subscription delivery type (push).

System_CAPS_pubmethod CimSubscriptionDeliveryOptions(CimSubscriptionDeliveryOptions)

Creates and initializes a new instance of CimSubscriptionDeliveryOptions by making a detailed clone of an existing object.

System_CAPS_pubmethod CimSubscriptionDeliveryOptions(CimSubscriptionDeliveryType)

Creates and initializes a new instance of CimSubscriptionDeliveryOptions while specifying the CIM subscription delivery type.

See Also

CimSubscriptionDeliveryOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top