 | AbstractStageTIn, TOut, TPushDirective, TPullDirective, TContext, TLifecycleContextOnDownstreamFinish Method (IContext) |
This method is called when downstream has cancelled.
By default the cancel signal is immediately propagated with
Finish.
Namespace: Akka.Streams.StageAssembly: Akka.Streams (in Akka.Streams.dll) Version: 1.1.1.25 (1.1.1.25)
Syntaxpublic override sealed ITerminationDirective OnDownstreamFinish(
IContext context
)
abstract OnDownstreamFinish :
context : IContext -> ITerminationDirective
override OnDownstreamFinish :
context : IContext -> ITerminationDirective
Parameters
- context
- Type: Akka.Streams.StageIContext
[Missing <param name="context"/> documentation for "M:Akka.Streams.Stage.AbstractStage`6.OnDownstreamFinish(Akka.Streams.Stage.IContext)"]
Return Value
Type:
ITerminationDirective[Missing <returns> documentation for "M:Akka.Streams.Stage.AbstractStage`6.OnDownstreamFinish(Akka.Streams.Stage.IContext)"]
See Also