CodeValue.CodeCommander.Tests.Mocks.TestCommand.StartRequest C# (CSharp) Method

StartRequest() public method

public StartRequest ( CommandState currentState, Exception exception ) : void
currentState CommandState
exception System.Exception
return void
        public override void StartRequest(CommandState currentState, Exception exception)
        {
            base.StartRequest(currentState, exception);

            if (_startRequestAction != null) _startRequestAction(currentState, exception);
        }