CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>..::..Execute Method
Executes the specified implementation.
Namespace:
Tortuga.Chain.CoreAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public Nullable<int> Execute( CommandImplementation<TCommand> implementation, Nullable<Object> state )
Public Function Execute ( _ implementation As CommandImplementation(Of TCommand), _ state As Nullable(Of Object) _ ) As Nullable(Of Integer)
public: Nullable<int^> Execute( CommandImplementation<TCommand>^ implementation, Nullable<Object^> state )
Parameters
- implementation
- Type: Tortuga.Chain.Core..::..CommandImplementation<(Of <(<'TCommand>)>)>
The implementation.