Click or drag to resize
Akka.NETManualProbeTExpectSubscriptionAndError Method
Overload List
  NameDescription
Public methodExpectSubscriptionAndError
Expect subscription to be followed immediately by an error signal. By default single demand will be signaled in order to wake up a possibly lazy upstream.
Public methodExpectSubscriptionAndError(Boolean)
Expect subscription to be followed immediately by an error signal. Depending on the `signalDemand` parameter demand may be signaled immediately after obtaining the subscription in order to wake up a possibly lazy upstream.You can disable this by setting the `signalDemand` parameter to `false`.
Top
See Also