EpLibrary.cs.BaseWorkerThread.BaseWorkerThread C# (CSharp) Method

BaseWorkerThread() public method

Default Constructor
public BaseWorkerThread ( ThreadLifePolicy policy ) : System
policy ThreadLifePolicy the life policy of this worker thread.
return System
        public BaseWorkerThread(ThreadLifePolicy policy):base(ThreadPriority.Normal)
        {
            m_lifePolicy=policy;
            m_callBackFunc = null;

        }

Same methods

BaseWorkerThread::BaseWorkerThread ( BaseWorkerThread b ) : System