Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- optionsToClone 
 Type: Microsoft.Management.Infrastructure.Options.CimSubscriptionDeliveryOptions- The existing options to clone. 
See Also
CimSubscriptionDeliveryOptions Overload
CimSubscriptionDeliveryOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top