Click or drag to resize
Akka.NETActorPublisherTIsErrorEmitted Property
The terminal state after calling OnError(Exception). It is not allowed to call OnNext(T), OnError(Exception), and OnComplete in this state.

Namespace:  Akka.Streams.Actors
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool IsErrorEmitted { get; }

Property Value

Type: Boolean
See Also