Click or drag to resize
Akka.NETAbstractStageTIn, TOut, TPushDirective, TPullDirective, TContext, TLifecycleContextOnPull Method (IContext)
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.1.1.25 (1.1.1.25)
Syntax
public override IDirective OnPull(
	IContext context
)

Parameters

context
Type: Akka.Streams.StageIContext

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

Return Value

Type: IDirective

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

See Also