protected BackgroundOperationService()
 {
     _backgroundOperation = new BackgroundOperationDisposable(BackgroundOperationAsync);
 }
Esempio n. 2
0
 protected BackgroundOperationService()  /* Required for Singleton */
 {
     _backgroundOperation = new BackgroundOperation <TArg1>(BackgroundOperationAsync);
 }