BitSharper.Threading.Runnable.Run C# (CSharp) Method

Run() public method

The entry point. Invokes the delegate passed to the constructor Runnable(Action).
public Run ( ) : void
return void
        public virtual void Run()
        {
            _action();
        }