Click or drag to resize
Akka.NETStreamSubscriptionTimeoutSettings Constructor
TBD

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public StreamSubscriptionTimeoutSettings(
	StreamSubscriptionTimeoutTerminationMode mode,
	TimeSpan timeout
)

Parameters

mode
Type: Akka.StreamsStreamSubscriptionTimeoutTerminationMode
TBD
timeout
Type: SystemTimeSpan
TBD
See Also