Class DelegatePort<TDelegate>
public sealed class DelegatePort<TDelegate> : CeresPort<TDelegate>, IDisposable, IPort<TDelegate>, IPort, IDelegatePort where TDelegate : EventDelegateBase, new()
Type Parameters
TDelegate
- Inheritance
-
objectCeresPort<TDelegate>DelegatePort<TDelegate>
- Implements
-
IDisposableIPort<TDelegate>
- Inherited Members
-
object.Equals(object)object.Equals(object, object)object.GetHashCode()object.GetType()object.MemberwiseClone()object.ReferenceEquals(object, object)object.ToString()
Constructors
DelegatePort()
public DelegatePort()
DelegatePort(TDelegate)
public DelegatePort(TDelegate value)
Parameters
valueTDelegate
Methods
CreateDelegate(FlowGraph, string)
public void CreateDelegate(FlowGraph flowGraph, string eventNodeEventName)
Parameters
flowGraphFlowGrapheventNodeEventNamestring