Share via


CimSubscriptionDeliveryOptions Constructor (CimSubscriptionDeliveryOptions)

 

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

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

Syntax

public CimSubscriptionDeliveryOptions(
    CimSubscriptionDeliveryOptions optionsToClone
)
public:
CimSubscriptionDeliveryOptions(
    CimSubscriptionDeliveryOptions^ optionsToClone
)
new : 
        optionsToClone:CimSubscriptionDeliveryOptions -> CimSubscriptionDeliveryOptions
Public Sub New (
    optionsToClone As CimSubscriptionDeliveryOptions
)

Parameters

See Also

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

Return to top