Click or drag to resize
Akka.NETGraphStageLogicSubSinkInletTGrab Method
TBD

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public T Grab()

Return Value

Type: T
TBD
Exceptions
ExceptionCondition
IllegalStateException This exception is thrown when this inlet is empty.
See Also