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