|
Pip-Services-Commons-Dotnet
|
Interface for components that can be called to execute work. More...
Public Member Functions | |
| Task< object > | ExecuteAsync (string correlationId, Parameters args) |
| Executes component with arguments and receives execution result. More... | |
Interface for components that can be called to execute work.
See Executor, INotifiable, Parameters
| Task<object> PipServices3.Commons.Run.IExecutable.ExecuteAsync | ( | string | correlationId, |
| Parameters | args | ||
| ) |
Executes component with arguments and receives execution result.
| correlationId | (optional) transaction id to trace execution through call chain. |
| args | execution arguments. |
Implemented in PipServices3.Commons.Commands.InterceptedCommand, and PipServices3.Commons.Commands.Command.
1.8.13