Click or drag to resize
Akka.NETAbstractStage<TIn, TOut, TPushDirective, TPullDirective, TContext>.OnDownstreamFinish Method (IContext)
This method is called when downstream has cancelled. By default the cancel signal is immediately propagated with Finish().

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override sealed ITerminationDirective OnDownstreamFinish(
	IContext context
)

Parameters

context
Type: Akka.Streams.Stage.IContext
TBD

Return Value

Type: ITerminationDirective
TBD
See Also