Table of Contents

Class FlowNode_SubscribeEventExecutionT<TEventType>

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

Subscribe to with an execution of

public class FlowNode_SubscribeEventExecutionT<TEventType> : FlowNode, IDisposable where TEventType : EventBase<TEventType>, new()

Type Parameters

TEventType
Inheritance
object
FlowNode_SubscribeEventExecutionT<TEventType>
Implements
IDisposable
Inherited Members

Fields

subscription

public CeresPort<IDisposable> subscription

Field Value

CeresPort<IDisposable>

target

public CeresPort<CallbackEventHandler> target

Field Value

CeresPort<CallbackEventHandler>

Methods

LocalExecute(ExecutionContext)

protected override void LocalExecute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext