protected BackgroundOperationService()
 {
     _backgroundOperation = new BackgroundOperationDisposable(BackgroundOperationAsync);
 }
示例#2
0
 protected BackgroundOperationService()  /* Required for Singleton */
 {
     _backgroundOperation = new BackgroundOperation <TArg1>(BackgroundOperationAsync);
 }