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.