Click or drag to resize
Akka.NETGraphStageLogicHasBeenPulled Method
Indicates whether there is already a pending pull for the given input port. If this method returns true then IsAvailable(Inlet) must return false for that same port.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected bool HasBeenPulled(
	Inlet inlet
)

Parameters

inlet
Type: Akka.StreamsInlet
TBD

Return Value

Type: Boolean
TBD
See Also