Class FlowNode_SubscribeGlobalEventExecutionT<TEventType>
Subscribe to
Inheritance
object
FlowNode_SubscribeGlobalEventExecutionT<TEventType>
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class FlowNode_SubscribeGlobalEventExecutionT<TEventType> : FlowNode, IEnumerable<CeresNode>, IEnumerable, 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
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable