| FanInShapeNT0, T1, TOutIn Method |
TBD
Namespace:
Akka.Streams
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Inlet<T1> In(
int n
)
member In :
n : int -> Inlet<'T1>
Parameters
- n
- Type: SystemInt32
TBD
Return Value
Type:
InletT1TBD
Exceptions Exception | Condition |
---|
ArgumentException |
This exception is thrown when the specified n is less than or equal to zero.
|
See Also