Fibrous.ThreadFiber.InternalStart C# (CSharp) Méthode

InternalStart() protected méthode

protected InternalStart ( ) : void
Résultat void
        protected override void InternalStart()
        {
            _running = true;
            _thread.Start();
        }