Class ExecuteFlowEvent
Event for executing Flow Graph
Inheritance
object
ExecuteFlowEvent
Assembly: cs.temp.dll.dll
Syntax
public sealed class ExecuteFlowEvent : ExecuteFlowEventBase<ExecuteFlowEvent>, IFlowEvent
Fields
DefaultArgs
Declaration
public static readonly object[] DefaultArgs
Field Value
Type |
Description |
object[] |
|
Properties
Args
Declaration
public object[] Args { get; }
Property Value
Type |
Description |
object[] |
|
Methods
Create(string, params object[])
Declaration
public static ExecuteFlowEvent Create(string functionName, params object[] arguments)
Parameters
Type |
Name |
Description |
string |
functionName |
|
object[] |
arguments |
|
Returns
Implements