Table of Contents

Class DelegatePort<TDelegate>

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll
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

value TDelegate

Methods

CreateDelegate(FlowGraph, string)

public void CreateDelegate(FlowGraph flowGraph, string eventNodeEventName)

Parameters

flowGraph FlowGraph
eventNodeEventName string