Click or drag to resize
Akka.NETOne2OneBidiFlowApplyTIn, TOut Method
TBD

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static BidiFlow<TIn, TIn, TOut, TOut, NotUsed> Apply<TIn, TOut>(
	int maxPending
)

Parameters

maxPending
Type: SystemInt32
TBD

Type Parameters

TIn
TBD
TOut
TBD

Return Value

Type: BidiFlowTIn, TIn, TOut, TOut, NotUsed
TBD
See Also