Table of Contents

Class ExecuteFlowEvent

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

Event for executing Flow Graph

public sealed class ExecuteFlowEvent : ExecuteFlowEventBase<ExecuteFlowEvent>, IDisposable, IFlowEvent
Inheritance
ExecuteFlowEvent
Implements
Inherited Members

Constructors

ExecuteFlowEvent()

public ExecuteFlowEvent()

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

functionName string
arguments object[]

Returns

ExecuteFlowEvent