Share via


CimIndicationWatcher Constructors

Definition

Overloads

CimIndicationWatcher(CimSession, String, String, String, UInt32)

Initializes a new instance of the CimIndicationWatcher class.

CimIndicationWatcher(String, String, String, String, UInt32)

Initializes a new instance of the CimIndicationWatcher class.

CimIndicationWatcher(CimSession, String, String, String, UInt32)

Initializes a new instance of the CimIndicationWatcher class.

public CimIndicationWatcher (Microsoft.Management.Infrastructure.CimSession cimSession, string theNamespace, string queryDialect, string queryExpression, uint operationTimeout);
new Microsoft.Management.Infrastructure.CimCmdlets.CimIndicationWatcher : Microsoft.Management.Infrastructure.CimSession * string * string * string * uint32 -> Microsoft.Management.Infrastructure.CimCmdlets.CimIndicationWatcher
Public Sub New (cimSession As CimSession, theNamespace As String, queryDialect As String, queryExpression As String, operationTimeout As UInteger)

Parameters

cimSession
CimSession
theNamespace
String
queryDialect
String
queryExpression
String
operationTimeout
UInt32

Applies to

CimIndicationWatcher(String, String, String, String, UInt32)

Initializes a new instance of the CimIndicationWatcher class.

public CimIndicationWatcher (string computerName, string theNamespace, string queryDialect, string queryExpression, uint operationTimeout);
new Microsoft.Management.Infrastructure.CimCmdlets.CimIndicationWatcher : string * string * string * string * uint32 -> Microsoft.Management.Infrastructure.CimCmdlets.CimIndicationWatcher
Public Sub New (computerName As String, theNamespace As String, queryDialect As String, queryExpression As String, operationTimeout As UInteger)

Parameters

computerName
String
theNamespace
String
queryDialect
String
queryExpression
String
operationTimeout
UInt32

Applies to