Method | Description | |
---|---|---|
CanExecute ( ) : bool | ||
Execute ( ) : void | ||
InterpretResponse ( ProcessorInput response ) : bool | ||
StartRequest ( CommandState currentState, |
||
TestCommand ( CommandState state, bool shouldFailIfFiltered = false, Exception>.Action |
public InterpretResponse ( ProcessorInput response ) : bool | ||
response | ProcessorInput | |
return | bool |
public StartRequest ( CommandState currentState, |
||
currentState | CommandState | |
exception | ||
return | void |
public TestCommand ( CommandState state, bool shouldFailIfFiltered = false, Exception>.Action |
||
state | CommandState | |
shouldFailIfFiltered | bool | |
startRequestAction | Exception>.Action | |
blockCanExecute | bool | |
interpretResponseAction | bool>.Func | |
shouldExecuteForever | bool | |
pendingTimeout | System.TimeSpan | |
executionTimeout | System.TimeSpan | |
executeAction | System.Action | |
shouldFailIfBlocked | bool | |
beforeExecuteAction | Action |
|
errorAction | Exception>.Action | |
fullfillmentAction | Action |
|
completeAction | Action |
|
shouldCompleteAfterExecute | bool | |
groupId | string | |
return | System |