Exemple #1
0
        private async Task index60Minutes(List <string> stationCollections)
        {
            IndexStationVariableCollections isvc = new IndexStationVariableCollections();

            foreach (string c in stationCollections)
            {
                isvc.createCollectionIndex(c);
            }
        }
 private void addIndexes(object sender, EventArgs e)
 {
     IndexStationVariableCollections isvc = new IndexStationVariableCollections();
 }