Click or drag to resize
Akka.NETIDetachedContext Methods

The IDetachedContext type exposes the following members.

Methods
  NameDescription
Public methodAbsorbTermination
Puts the stage in a finishing state so that final elements can be pushed from onPull.
(Inherited from IContext.)
Public methodFail
Cancel upstreams and complete downstreams with failure.
(Inherited from IContext.)
Public methodFinish
Cancel upstreams and complete downstreams successfully.
(Inherited from IContext.)
Public methodHoldDownstream
TBD
Public methodHoldDownstreamAndPull
TBD
Public methodHoldUpstream
TBD
Public methodHoldUpstreamAndPush
TBD
Public methodPull
Request for more elements from upstreams.
(Inherited from IContext.)
Public methodPush
Push one element to downstreams.
(Inherited from IContext.)
Public methodPushAndFinish
Push one element to downstream immediately followed by cancel of upstreams and complete of downstreams.
(Inherited from IContext.)
Public methodPushAndPull
TBD
Top
See Also