MockBase.BotToBaseImpl.stopAndGo C# (CSharp) Method

stopAndGo() public method

public stopAndGo ( bool stopped, Ice current ) : void
stopped bool
current Ice
return void
        public override void stopAndGo(bool stopped, Ice.Current current)
        {
            throw new NotImplementedException();
        }