| ITransformerLikeTIn, 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.129 (1.2.3.129)
Syntax abstract IsComplete : bool with get
Property Value
Type:
BooleanSee Also