Click or drag to resize
Akka.NETITransformerLikeTIn, TOutIsComplete Property
Invoked after handing off the elements produced from one input element to the downstream subscribers to determine whether to end stream processing at this point; in that case the upstream subscription is canceled.

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

Property Value

Type: Boolean
See Also