GraphStageLogicSetHandler Method |
Name | Description | |
---|---|---|
SetHandler(Inlet, IInHandler) |
Assigns callbacks for the events for an InletT.
| |
SetHandler(Outlet, IOutHandler) |
Assigns callbacks for the events for an OutletT.
| |
SetHandler(Outlet, Action, Action) |
Assigns callbacks for the events for an OutletT.
| |
SetHandler(Inlet, Action, Action, ActionException) |
Assigns callbacks for the events for an OutletT.
|