| IDetachedContext Methods |
The IDetachedContext type exposes the following members.
| Name | Description | |
|---|---|---|
| AbsorbTermination |
Puts the stage in a finishing state so that
final elements can be pushed from onPull.
(Inherited from IContext.) | |
| Fail |
Cancel upstreams and complete downstreams with failure.
(Inherited from IContext.) | |
| Finish |
Cancel upstreams and complete downstreams successfully.
(Inherited from IContext.) | |
| HoldDownstream |
TBD
| |
| HoldDownstreamAndPull |
TBD
| |
| HoldUpstream |
TBD
| |
| HoldUpstreamAndPush |
TBD
| |
| Pull |
Request for more elements from upstreams.
(Inherited from IContext.) | |
| Push |
Push one element to downstreams.
(Inherited from IContext.) | |
| PushAndFinish |
Push one element to downstream immediately followed by
cancel of upstreams and complete of downstreams.
(Inherited from IContext.) | |
| PushAndPull |
TBD
|