Click or drag to resize
Akka.NETGraphStageLogicAbortReadingT Method
Abort outstanding (suspended) reading for the given inlet, if there is any. This will reinstall the replaced handler that was in effect before the read call.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected void AbortReading<T>(
	Inlet<T> inlet
)

Parameters

inlet
Type: Akka.StreamsInletT
TBD

Type Parameters

T
TBD
See Also