| GraphStageLogicAbortReadingT 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.129 (1.2.3.129)
Syntax protected void AbortReading<T>(
Inlet<T> inlet
)
member AbortReading :
inlet : Inlet<'T> -> unit
Parameters
- inlet
- Type: Akka.StreamsInletT
TBD
Type Parameters
- T
- TBD
See Also