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
types
Type: Microsoft.Management.Infrastructure.CimSubscriptionDeliveryTypeThe CIM subscription delivery type (none, push, or pull).
See Also
CimSubscriptionDeliveryOptions Overload
CimSubscriptionDeliveryOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top