 | AbstractStage<TIn, TOut>.OnDownstreamFinish Method |
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.129 (1.2.3.129)
Syntaxpublic abstract ITerminationDirective OnDownstreamFinish(
IContext context
)
abstract OnDownstreamFinish :
context : IContext -> ITerminationDirective
Parameters
- context
- Type: Akka.Streams.Stage.IContext
TBD
Return Value
Type:
ITerminationDirectiveTBD
See Also