Loupe - Log - Monitor - Resolve
Loupe.Agent.PerformanceCounters Namespace / PerfCounterPollingState Enumeration

In This Topic
    PerfCounterPollingState Enumeration
    In This Topic
    Indicates whether the performance counter is currently being successfully polled or not.
    Syntax
    'Declaration
     
    
    Public Enum PerfCounterPollingState 
       Inherits System.Enum
    public enum PerfCounterPollingState : System.Enum 
    Members
    MemberValueDescription
    Active1The counter is being polled successfully.
    Error2The counter is being polled, but the last poll was not successful.
    Inactive0The counter has been administratively excluded from polling.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Loupe.Agent.PerformanceCounters.PerfCounterPollingState

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also