| ActorPublisherTIsCanceled 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; }
member IsCanceled : bool with get
Property Value
Type:
BooleanSee Also