Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Collector Class
Members



In This Topic
    Collector Class
    In This Topic
    Represents the configuration and status information for a collector connected to a Historian server.
    Syntax
    'Declaration
     
    <CollectionDataContractAttribute(Name="C", 
       ItemName="I", 
       KeyName="K", 
       ValueName="V")>
    <KnownTypeAttribute(Proficy.Historian.ClientAccess.API.Collector/Types)>
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    <SerializableAttribute()>
    Public Class Collector 
       Inherits System.Collections.Generic.Dictionary(Of Collector.Property,Object)
    'Usage
     
    Dim instance As Collector
    [CollectionDataContract(Name="C", 
       ItemName="I", 
       KeyName="K", 
       ValueName="V")]
    [KnownType(Proficy.Historian.ClientAccess.API.Collector/Types)]
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    [Serializable()]
    public class Collector : System.Collections.Generic.Dictionary<Collector.Property,object> 
    [CollectionDataContract(Name="C", 
       ItemName="I", 
       KeyName="K", 
       ValueName="V")]
    [KnownType(Proficy.Historian.ClientAccess.API.Collector/Types)]
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    [Serializable()]
    public ref class Collector : public System.Collections.Generic.Dictionary<Collector.Property,Object> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Dictionary<TKey,TValue>
          Proficy.Historian.ClientAccess.API.Collector

    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