Click or drag to resize
Akka.NETSubstreamCancelStrategy Enumeration
Represents a strategy that decides how to deal with substream events.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public enum SubstreamCancelStrategy
Members
  Member nameValueDescription
Propagate0 Cancel the stream of streams if any substream is cancelled.
Drain1 Drain substream on cancellation in order to prevent stalling of the stream of streams.
See Also