Class FlowNode_SubscribeEventExecutionT<TEventType>
Subscribe to
public class FlowNode_SubscribeEventExecutionT<TEventType> : FlowNode, IDisposable where TEventType : EventBase<TEventType>, new()
Type Parameters
TEventType
- Inheritance
-
objectFlowNode_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
executionContextExecutionContext