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



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