BitMaker.Utils.Tests.TestMinerHost.SubmitWork C# (CSharp) Method

SubmitWork() public method

public SubmitWork ( IMiner miner, BitMaker.Miner.Work work, string comment ) : bool
miner IMiner
work BitMaker.Miner.Work
comment string
return bool
        public bool SubmitWork(IMiner miner, Work work, string comment)
        {
            return onWork(miner, work);
        }