Ejemplo n.º 1
0
 internal virtual void StartAsyncDataService()
 {
     if (asyncDataServiceStarted)
     {
         return;
     }
     fileContextCache.Start();
     this.asyncDataService   = new AsyncDataService();
     asyncDataServiceStarted = true;
 }
Ejemplo n.º 2
0
 public _ThreadFactory_47(AsyncDataService _enclosing)
 {
     this._enclosing = _enclosing;
 }