Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / ICollectors Interface / Add Method
A collector to add.


In This Topic
    Add Method (ICollectors)
    In This Topic
    Add a collector-entry to a Historian server. Collectors are indentified by a unique name within a Historian server. Note, adding a new collector simply creates a collector record in a Historian server - it does not install, configure and start the remote software implementing a Historian collector.
    Syntax
    Sub Add( _
       ByVal collector As Collector _
    ) 
    void Add( 
       Collector collector
    )
    void Add( 
       Collector^ collector
    ) 

    Parameters

    collector
    A collector to add.
    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