![]() | GraphStageLogic.SetHandler Method |
Name | Description | |
---|---|---|
![]() | SetHandler(Inlet, IInHandler) |
Assigns callbacks for the events for an Inlet<T>.
|
![]() | SetHandler(Outlet, IOutHandler) |
Assigns callbacks for the events for an Outlet<T>.
|
![]() | SetHandler(Outlet, Action, Action) |
Assigns callbacks for the events for an Outlet<T>.
|
![]() | SetHandler(Inlet, Action, Action, Action<Exception>) |
Assigns callbacks for the events for an Outlet<T>.
|