ArgusTV.Recorders.Common.WorkerThread.WorkerThread C# (CSharp) Method

WorkerThread() protected method

protected WorkerThread ( string name ) : System
name string
return System
        protected WorkerThread(string name)
            : this(name, ThreadPriority.Normal, ApartmentState.MTA)
        {
        }

Same methods

WorkerThread::WorkerThread ( string name, ThreadPriority priority ) : System
WorkerThread::WorkerThread ( string name, ThreadPriority priority, ApartmentState apartmentState ) : System