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

Start() public method

public Start ( ) : void
return void
        public virtual void Start()
        {
            _stopThreadEvent = new ManualResetEvent(false);
            _thread.Start();
        }