Click or drag to resize
Akka.NETGraphStageLogicConditionalTerminateOutput Method
Output handler that terminates the state upon receiving completion if the given condition holds at that time. The stage fails upon receiving a failure.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static OutHandler ConditionalTerminateOutput(
	Func<bool> predicate
)

Parameters

predicate
Type: SystemFuncBoolean
TBD

Return Value

Type: OutHandler
TBD
See Also