Table of Contents

Class ExecuteFlowEvent<T1, T2, T3, T4>

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

Event with four params for executing Flow Graph

public sealed class ExecuteFlowEvent<T1, T2, T3, T4> : ExecuteFlowEventBase<ExecuteFlowEvent<T1, T2, T3, T4>>, IDisposable, IFlowEvent

Type Parameters

T1
T2
T3
T4
Inheritance
EventBase<ExecuteFlowEvent<T1, T2, T3, T4>>
ExecuteFlowEvent<T1, T2, T3, T4>
Implements
Inherited Members

Constructors

ExecuteFlowEvent()

public ExecuteFlowEvent()

Properties

Arg1

public T1 Arg1 { get; }

Property Value

T1

Arg2

public T2 Arg2 { get; }

Property Value

T2

Arg3

public T3 Arg3 { get; }

Property Value

T3

Arg4

public T4 Arg4 { get; }

Property Value

T4

Methods

Create(string, T1, T2, T3, T4)

public static ExecuteFlowEvent<T1, T2, T3, T4> Create(string functionName, T1 arg1, T2 arg2, T3 arg3, T4 arg4)

Parameters

functionName string
arg1 T1
arg2 T2
arg3 T3
arg4 T4

Returns

ExecuteFlowEvent<T1, T2, T3, T4>