Click or drag to resize
Akka.NETPushStageTIn, TOutOnPull Method (IContextTOut)
Always pulls from upstream.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override sealed ISyncDirective OnPull(
	IContext<TOut> context
)

Parameters

context
Type: Akka.Streams.StageIContextTOut
TBD

Return Value

Type: ISyncDirective
TBD
See Also