Table of Contents

Class ExecuteFlowEvent<T1, T2>

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll

Event with two params for executing Flow Graph

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

Type Parameters

T1
T2
Inheritance
object
ExecuteFlowEvent<T1, T2>
Implements
Inherited Members

Properties

Arg1

public T1 Arg1 { get; }

Property Value

T1

Arg2

public T2 Arg2 { get; }

Property Value

T2

Methods

Create(string, T1, T2)

public static ExecuteFlowEvent<T1, T2> Create(string functionName, T1 arg1, T2 arg2)

Parameters

functionName string
arg1 T1
arg2 T2

Returns

ExecuteFlowEvent<T1, T2>