IEffectiveMonitoringManagement.GetAllEffectiveMonitoringWorkflows(Guid, Boolean) Method

Definition

Get all Effective Monitoring Workflows associated with this class

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::EffectiveMonitoringWorkflow ^> ^ GetAllEffectiveMonitoringWorkflows(Guid monitoringObjectId, bool recursive);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.EffectiveMonitoringWorkflow> GetAllEffectiveMonitoringWorkflows (Guid monitoringObjectId, bool recursive);
abstract member GetAllEffectiveMonitoringWorkflows : Guid * bool -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.EffectiveMonitoringWorkflow>
Public Function GetAllEffectiveMonitoringWorkflows (monitoringObjectId As Guid, recursive As Boolean) As IList(Of EffectiveMonitoringWorkflow)

Parameters

monitoringObjectId
Guid

MonitoringObject Id whose workflows are to be returned

recursive
Boolean

Include contained objects

Returns

IList<EffectiveMonitoringWorkflow>

Effective Monitoring Workflow list

Applies to