CodeValue.CodeCommander.Tests.Mocks.TestCommand.StartRequest C# (CSharp) Méthode

StartRequest() public méthode

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

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