Click or drag to resize
Akka.NETAttributesCreateInputBuffer Method
Specifies the initial and maximum size of the input buffer.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Attributes CreateInputBuffer(
	int initial,
	int max
)

Parameters

initial
Type: SystemInt32
TBD
max
Type: SystemInt32
TBD

Return Value

Type: Attributes
TBD
See Also