Beispiel #1
0
 public S3WorkItemStore()
 {
     dataStore = new S3DataStore(ConfigOptions.WorkItemsStoreName);
 }
Beispiel #2
0
 public S3ResultStore()
 {
     dataStore = new S3DataStore(ConfigOptions.ResultsStoreName);
 }