Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Streams.Stage
GraphStageLogic.SubSinkInlet(T) Class
SubSinkInlet(T) Methods
Cancel Method
Grab Method
Pull Method
SetHandler Method
ToString Method
GraphStageLogic
SubSinkInlet
T
Grab Method
TBD
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
T
Grab
()
member
Grab
:
unit
->
'T
Return Value
Type:
T
TBD
Exceptions
Exception
Condition
IllegalStateException
This exception is thrown when this inlet is empty.
See Also
Reference
GraphStageLogic
SubSinkInlet
T
Class
Akka.Streams.Stage Namespace
Akka.NET Home
|
Learn Akka.NET