GraphStageLogicIsAvailable Method |
Name | Description | |
---|---|---|
IsAvailable(Inlet) |
Indicates whether there is an element waiting at the given input port. GrabT(InletT) can be used to retrieve the
element. After calling GrabT(InletT) this method will return false.
If this method returns true then HasBeenPulled(Inlet) will return false for that same port.
| |
IsAvailable(Outlet) |
Return true if the given output port is ready to be pushed.
|