ICommandDataSource<(Of <(<'TCommand, TParameter>)>)>..::..Execute Method
Executes the specified operation.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
Nullable<int> Execute( CommandExecutionToken<TCommand, TParameter> executionToken, CommandImplementation<TCommand> implementation, Nullable<Object> state )
Function Execute ( _ executionToken As CommandExecutionToken(Of TCommand, TParameter), _ implementation As CommandImplementation(Of TCommand), _ state As Nullable(Of Object) _ ) As Nullable(Of Integer)
Nullable<int^> Execute( CommandExecutionToken<TCommand, TParameter>^ executionToken, CommandImplementation<TCommand>^ implementation, Nullable<Object^> state )
Parameters
- executionToken
- Type: Tortuga.Chain.Core..::..CommandExecutionToken<(Of <(<'TCommand, TParameter>)>)>
The execution token.
- implementation
- Type: Tortuga.Chain.Core..::..CommandImplementation<(Of <(<'TCommand>)>)>
The implementation that handles processing the result of the command.