public void Init(WorkerThreadParams Params) { this.Params = Params; this.Params.State = WorkerThreadState.Loaded; }
public WorkerThread(WorkerThreadParams Params, int ExternalId, IWorker W) : this(ExternalId, W) { Init(Params); }