SubSourceOutletT Properties |
The GraphStageLogicSubSourceOutletT generic type exposes the following members.
Name | Description | |
---|---|---|
IsAvailable |
Returns true if this output port can be pushed.
| |
IsClosed |
Returns true if this output port is closed, but caution
THIS WORKS DIFFERENTLY THAN THE NORMAL isClosed(out).
Due to possibly asynchronous shutdown it may not return
true immediately after Complete or Fail(Exception) have returned.
| |
Source |
Get the Source for this dynamic output port.
|