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