Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / ICollectors Interface / Get Method
A collector name.
Set of collector properties to retrieve.


In This Topic
    Get Method (ICollectors)
    In This Topic
    Retrieve collector properties for a collector matching the given name from a Historian server.
    Syntax
    Function Get( _
       ByVal collectorname As System.String, _
       ByVal categories As Collector.Categories _
    ) As Collector
    Collector Get( 
       System.string collectorname,
       Collector.Categories categories
    )
    Collector^ Get( 
       System.String^ collectorname,
       Collector.Categories categories
    ) 

    Parameters

    collectorname
    A collector name.
    categories
    Set of collector properties to retrieve.

    Return Value

    A collector matching the given name.
    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