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



In This Topic
    TotalEventsReported Property
    In This Topic
    Total events reported to a Historian server. May be less than TotalEventsCollected due to collector compression.
    Syntax
    'Declaration
     
    <DataMemberAttribute()>
    Public Property TotalEventsReported As UInteger
    'Usage
     
    Dim instance As CollectorStatistics
    Dim value As UInteger
     
    instance.TotalEventsReported = value
     
    value = instance.TotalEventsReported
    [DataMember()]
    public uint TotalEventsReported {get; set;}
    [DataMember()]
    public:
    property uint TotalEventsReported {
       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