CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>..::..ApplyCommandOverrides Method
Applies the command overrides by calling OnBuildCommand, then firing the CommandBuilt event.
Namespace:
Tortuga.Chain.CoreAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public void ApplyCommandOverrides( TCommand command )
Public Sub ApplyCommandOverrides ( _ command As TCommand _ )
public: void ApplyCommandOverrides( TCommand command )
Parameters
- command
- Type: TCommand
The command.