Table of Contents

Class ExecutionEvent<T1>

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

Event entry node to start an execution

public class ExecutionEvent<T1> : ExecutionEventGeneric, IDisposable

Type Parameters

T1
Inheritance
object
ExecutionEvent<T1>
Implements
IDisposable
Inherited Members

Fields

eventDelegate

public DelegatePort<EventDelegate<T1>> eventDelegate

Field Value

DelegatePort<EventDelegate<T1>>

output1

public CeresPort<T1> output1

Field Value

CeresPort<T1>

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask