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



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