Click or drag to resize
Akka.NETOne2OneBidiFlow.Apply<TIn, 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: System.Int32
TBD

Type Parameters

TIn
TBD
TOut
TBD

Return Value

Type: BidiFlow<TIn, TIn, TOut, TOut, NotUsed>
TBD
See Also