'Declaration Sub Reload( _ ByVal collectorname As String, _ ByVal tagnames As List(Of String), _ ByVal start As Date, _ ByVal end As Date _ )
'Usage Dim instance As ICollectors Dim collectorname As String Dim tagnames As List(Of String) Dim start As Date Dim end As Date instance.Reload(collectorname, tagnames, start, end)
void Reload( string collectorname, List<string> tagnames, DateTime start, DateTime end )
void Reload( String^ collectorname, List<String^>^ tagnames, DateTime start, DateTime end )
Parameters
- collectorname
- A collector name.
- tagnames
- List of tag names to recalculate.
- start
- Start time.
- end
- End time.