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



In This Topic
    MinimumEventRate Property (CollectorStatistics)
    In This Topic
    Minimum reported events-per-minute.
    Syntax
    'Declaration
     
    <DataMemberAttribute()>
    Public Property MinimumEventRate As Double
    'Usage
     
    Dim instance As CollectorStatistics
    Dim value As Double
     
    instance.MinimumEventRate = value
     
    value = instance.MinimumEventRate
    [DataMember()]
    public double MinimumEventRate {get; set;}
    [DataMember()]
    public:
    property double MinimumEventRate {
       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