Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / ICollectors Interface / Reload Method
A collector name.
List of tag names to recalculate.
Start time.
End time.


In This Topic
    Reload Method
    In This Topic
    Initiate a reload of a Historian collector which causes one or more tags to be re-calculated for a specific time interval. Only supported by ServerToServer and Calculation collectors.
    Syntax
    Sub Reload( _
       ByVal collectorname As System.String, _
       ByVal tagnames As System.Collections.Generic.List(Of String), _
       ByVal start As System.Date, _
       ByVal end As System.Date _
    ) 
    void Reload( 
       System.string collectorname,
       System.Collections.Generic.List<string> tagnames,
       System.DateTime start,
       System.DateTime end
    )
    void Reload( 
       System.String^ collectorname,
       System.Collections.Generic.List<String^>^ tagnames,
       System.DateTime start,
       System.DateTime end
    ) 

    Parameters

    collectorname
    A collector name.
    tagnames
    List of tag names to recalculate.
    start
    Start time.
    end
    End time.
    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