MonitoringState.Reset Method (Int32)

Updated: April 16, 2012

Resets the state of the monitor for the monitoring object with a specified timeout time. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringState Dim millisecondsTimeout As Integer Dim returnValue As TaskResult returnValue = instance.Reset(millisecondsTimeout)Public Function Reset ( _ millisecondsTimeout As Integer _ ) As TaskResultpublic TaskResult Reset ( int millisecondsTimeout )public: TaskResult^ Reset ( int millisecondsTimeout )public TaskResult Reset ( int millisecondsTimeout )public function Reset ( millisecondsTimeout : int ) : TaskResultParametersmillisecondsTimeoutThe amount of time, in milliseconds, to wait for a timeout during the reset.Return ValueA TaskResult object.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms