| AttributesInputBuffer Constructor |
TBD
Namespace:
Akka.Streams
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public InputBuffer(
int initial,
int max
)
new :
initial : int *
max : int -> InputBuffer
Parameters
- initial
- Type: SystemInt32
TBD - max
- Type: SystemInt32
TBD
See Also