Click or drag to resize
Akka.NETGraphStageLogicSetHandler Method (Outlet, Action, Action)

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected void SetHandler(
	Outlet outlet,
	Action onPull,
	Action onDownstreamFinish = null
)

Parameters

outlet
Type: Akka.StreamsOutlet
TBD
onPull
Type: SystemAction
TBD
onDownstreamFinish (Optional)
Type: SystemAction
TBD
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified onPull is undefined.
See Also