Class FlowNode_SubscribeGlobalEventExecutionT<TEventType>
Subscribe to
Inheritance
object
FlowNode_SubscribeGlobalEventExecutionT<TEventType>
Implements
IDisposable
Inherited Members
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class FlowNode_SubscribeGlobalEventExecutionT<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> |
Methods
LocalExecute(ExecutionContext)
Declaration
protected override void LocalExecute(ExecutionContext executionContext)
Parameters
| Type | Name | Description |
|---|---|---|
| ExecutionContext | executionContext |
Overrides
Implements
IDisposable