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
    'Declaration
     
    Function Get( _
       ByVal collectorname As String, _
       ByVal categories As Collector.Categories _
    ) As Collector
    'Usage
     
    Dim instance As ICollectors
    Dim collectorname As String
    Dim categories As Collector.Categories
    Dim value As Collector
     
    value = instance.Get(collectorname, 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