Class DelegatePort<TDelegate>
public sealed class DelegatePort<TDelegate> : CeresPort<TDelegate>, IDisposable, IPort<TDelegate>, IPort, IDelegatePort where TDelegate : EventDelegateBase, new()
Type Parameters
TDelegate
- Inheritance
-
CeresPort<TDelegate>DelegatePort<TDelegate>
- Implements
-
IPort<TDelegate>
- Inherited Members
Constructors
DelegatePort()
public DelegatePort()
DelegatePort(TDelegate)
public DelegatePort(TDelegate value)
Parameters
valueTDelegate
Methods
CreateDelegate(FlowGraph, string)
public void CreateDelegate(FlowGraph flowGraph, string eventNodeEventName)