Click or drag to resize
Akka.NETActorPublisherTIsActive Property
The state when the publisher is active, i.e. before the subscriber is attached and when an subscriber is attached. It is allowed to call OnComplete and OnError(Exception) in this state. It is allowed to call OnNext(T) in this state when TotalDemand is greater than zero.

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

Property Value

Type: Boolean
See Also