Class ExecuteFlowEvent
Event for executing Flow Graph
public sealed class ExecuteFlowEvent : ExecuteFlowEventBase<ExecuteFlowEvent>, IFlowEvent
- Inheritance
-
objectExecuteFlowEvent
- Implements
- Inherited Members
Fields
DefaultArgs
public static readonly object[] DefaultArgs
Field Value
- object[]
Properties
Args
Input args
public object[] Args { get; }
Property Value
- object[]
Methods
Create(string, params object[])
public static ExecuteFlowEvent Create(string functionName, params object[] arguments)
Parameters
functionNamestringargumentsobject[]