InitializeAdvices(IExecuteActionDynamicAdvice)
Initializes the list of dynamic advices.
Declaration
protected void InitializeAdvices(IExecuteActionDynamicAdvice advice)
Parameters
Type | Name | Description |
---|---|---|
IExecuteActionDynamicAdvice | advice | The last advice in the chain of responsibility, which does the actual work. |