Class ExecuteFlowEvent<T1, T2, T3>
Event with three params for executing Flow Graph
Inheritance
object
ExecuteFlowEvent<T1, T2, T3>
Assembly: cs.temp.dll.dll
Syntax
public sealed class ExecuteFlowEvent<T1, T2, T3> : ExecuteFlowEventBase<ExecuteFlowEvent<T1, T2, T3>>, IFlowEvent
Type Parameters
| Name |
Description |
| T1 |
|
| T2 |
|
| T3 |
|
Properties
Arg1
Declaration
Property Value
Arg2
Declaration
Property Value
Arg3
Declaration
Property Value
Methods
Create(string, T1, T2, T3)
Declaration
public static ExecuteFlowEvent<T1, T2, T3> Create(string functionName, T1 arg1, T2 arg2, T3 arg3)
Parameters
| Type |
Name |
Description |
| string |
functionName |
|
| T1 |
arg1 |
|
| T2 |
arg2 |
|
| T3 |
arg3 |
|
Returns
Implements