Class FlowNode_SubscribeEventExecutionT<TEventType>
Subscribe to
Inheritance
object
FlowNode_SubscribeEventExecutionT<TEventType>
Implements
IDisposable
Inherited Members
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class FlowNode_SubscribeEventExecutionT<TEventType> : FlowNode, IDisposable where TEventType : EventBase<TEventType>, new()
Type Parameters
| Name | Description |
|---|---|
| TEventType |
Fields
subscription
Declaration
public CeresPort<IDisposable> subscription
Field Value
| Type | Description |
|---|---|
| CeresPort<IDisposable> |
target
Declaration
public CeresPort<CallbackEventHandler> target
Field Value
| Type | Description |
|---|---|
| CeresPort<CallbackEventHandler> |
Methods
LocalExecute(ExecutionContext)
Declaration
protected override void LocalExecute(ExecutionContext executionContext)
Parameters
| Type | Name | Description |
|---|---|---|
| ExecutionContext | executionContext |
Overrides
Implements
IDisposable