Click or drag to resize
Akka.NETAbstractStage<TIn, TOut, TPushDirective, TPullDirective, TContext, TLifecycleContext>.OnDownstreamFinish Method (TContext)
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.1.1.25 (1.1.1.25)
Syntax
public virtual ITerminationDirective OnDownstreamFinish(
	TContext context
)

Parameters

context
Type: TContext

[Missing <param name="context"/> documentation for "M:Akka.Streams.Stage.AbstractStage`6.OnDownstreamFinish(`4)"]

Return Value

Type: ITerminationDirective

[Missing <returns> documentation for "M:Akka.Streams.Stage.AbstractStage`6.OnDownstreamFinish(`4)"]

See Also