| StreamLimitReachedException Constructor (Int64) |
Namespace:
Akka.Streams
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public StreamLimitReachedException(
long max
)
new :
max : int64 -> StreamLimitReachedException
Parameters
- max
- Type: SystemInt64
The maximum number of streams
See Also