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



In This Topic
    TotalEventsCollected Property
    In This Topic
    Total events collected.
    Syntax
    'Declaration
     
    <DataMemberAttribute()>
    Public Property TotalEventsCollected As UInteger
    'Usage
     
    Dim instance As CollectorStatistics
    Dim value As UInteger
     
    instance.TotalEventsCollected = value
     
    value = instance.TotalEventsCollected
    [DataMember()]
    public uint TotalEventsCollected {get; set;}
    [DataMember()]
    public:
    property uint TotalEventsCollected {
       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