| Inlet Constructor |
TBD
Namespace:
Akka.Streams
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected Inlet(
string name
)
new :
name : string -> Inlet
Parameters
- name
- Type: SystemString
TBD
Exceptions Exception | Condition |
---|
ArgumentException |
This exception is thrown when the specified name is undefined.
|
See Also