PartialMonitoringObject.RecalculateMonitoringState Method (Guid)
Applies To: Operations Manager for System Center 2012
Recalculates the state of the specified monitor for this monitoring object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public TaskResult RecalculateMonitoringState(
Guid monitorId
)
public:
TaskResult^ RecalculateMonitoringState(
Guid monitorId
)
member RecalculateMonitoringState :
monitorId:Guid -> TaskResult
Public Function RecalculateMonitoringState (
monitorId As Guid
) As TaskResult
Parameters
monitorId
Type: System.GuidThe identifier for the monitor for which the state is recalculated.
Return Value
Type: Microsoft.EnterpriseManagement.Runtime.TaskResult
Returns aTaskResult object.
See Also
RecalculateMonitoringState Overload
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top