Craig's Utility Library  4.0 Beta
Utilities.Workflow.Manager.Interfaces.IInvoker< T > Interface Template Reference

Invoker interface More...

Inheritance diagram for Utilities.Workflow.Manager.Interfaces.IInvoker< T >:
Utilities.Workflow.Manager.Interfaces.IOperationInvoker< T > Utilities.Workflow.Manager.Interfaces.IWorkflowInvoker< T > Utilities.Workflow.Manager.OperationInvoker< T > Utilities.Workflow.Manager.WorkflowInvoker< T >

Public Member Functions

Execute (T Value)
 Executes the operation on the specified value. More...
 

Detailed Description

Invoker interface

Definition at line 33 of file IInvoker.cs.

Member Function Documentation

Executes the operation on the specified value.

Parameters
ValueThe value.
Returns
The result of the operation

Implemented in Utilities.Workflow.Manager.OperationInvoker< T >, and Utilities.Workflow.Manager.WorkflowInvoker< T >.


The documentation for this interface was generated from the following file: