SetTrackers() public method

link to the current tracker list is needed to fetch the visualization of every tracker
public SetTrackers ( List trackers ) : void
trackers List
return void
Esempio n. 1
0
 /// <summary>
 /// forward the trackers to the server, which actually
 /// needs them for the visualization
 /// </summary>
 /// <param name="trackers"></param>
 private void SetTrackers(List <ITracker> trackers)
 {
     _trackers = trackers;
     _http.SetTrackers(_trackers);
 }