| AbstractStageTIn, TOut, TPushDirective, TPullDirective, TContextOnDownstreamFinish 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.2.3.129 (1.2.3.129)
Syntax public virtual ITerminationDirective OnDownstreamFinish(
TContext context
)
abstract OnDownstreamFinish :
context : 'TContext -> ITerminationDirective
override OnDownstreamFinish :
context : 'TContext -> ITerminationDirective
Parameters
- context
- Type: TContext
TBD
Return Value
Type:
ITerminationDirectiveTBD
See Also