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