Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / CollectorStatistics Class / Overruns Property



In This Topic
    Overruns Property
    In This Topic
    Total events missed by the collector due to missing scheduled collection times.
    Syntax
    'Declaration
     
    <DataMemberAttribute()>
    Public Property Overruns As UInteger
    'Usage
     
    Dim instance As CollectorStatistics
    Dim value As UInteger
     
    instance.Overruns = value
     
    value = instance.Overruns
    [DataMember()]
    public uint Overruns {get; set;}
    [DataMember()]
    public:
    property uint Overruns {
       uint get();
       void set (    uint value);
    }
    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