Click or drag to resize
Akka.NETAbstractStage<TIn, TOut>.OnPull Method
This method is called when there is demand from downstream, i.e. you are allowed to push one element downstreams with Push(Object), or request elements from upstreams with Pull()

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract IDirective OnPull(
	IContext context
)

Parameters

context
Type: Akka.Streams.Stage.IContext
TBD

Return Value

Type: IDirective
TBD
See Also