EffectiveMonitoringWorkflow Constructor (Guid, Guid, Guid, WorkflowType)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim workflowId As Guid
Dim entityId As Guid
Dim entityTypeId As Guid
Dim type As WorkflowType
Dim instance As New EffectiveMonitoringWorkflow(workflowId, entityId, entityTypeId, type)
Syntax
'Declaration
Public Sub New ( _
workflowId As Guid, _
entityId As Guid, _
entityTypeId As Guid, _
type As WorkflowType _
)
public EffectiveMonitoringWorkflow (
Guid workflowId,
Guid entityId,
Guid entityTypeId,
WorkflowType type
)
public:
EffectiveMonitoringWorkflow (
Guid workflowId,
Guid entityId,
Guid entityTypeId,
WorkflowType type
)
public EffectiveMonitoringWorkflow (
Guid workflowId,
Guid entityId,
Guid entityTypeId,
WorkflowType type
)
public function EffectiveMonitoringWorkflow (
workflowId : Guid,
entityId : Guid,
entityTypeId : Guid,
type : WorkflowType
)
Parameters
- workflowId
- entityId
- entityTypeId
- type
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
EffectiveMonitoringWorkflow Class
EffectiveMonitoringWorkflow Members
Microsoft.EnterpriseManagement.Administration Namespace