IEffectiveMonitoringManagement.GetAllEffectiveMonitoringWorkflows(Guid, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Effective Monitoring Workflow list