Click or drag to resize
Akka.NETActorPublisherTIsCanceled Property
The state after the stream subscriber has canceled the subscription. It is allowed to call OnNext(T), OnError(Exception), and OnComplete in this state, but the calls will not perform anything.

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

Property Value

Type: Boolean
See Also