Share via


CimSubscriptionDeliveryOptions Constructor (CimSubscriptionDeliveryType)

 

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

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

Syntax

public CimSubscriptionDeliveryOptions(
    CimSubscriptionDeliveryType types
)
public:
CimSubscriptionDeliveryOptions(
    CimSubscriptionDeliveryType types
)
new : 
        types:CimSubscriptionDeliveryType -> CimSubscriptionDeliveryOptions
Public Sub New (
    types As CimSubscriptionDeliveryType
)

Parameters

See Also

CimSubscriptionDeliveryOptions Overload
CimSubscriptionDeliveryOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top