Click or drag to resize
Akka.NETBidiFlow<TIn1, TOut1, TIn2, TOut2, TMat>.WithAttributes Method
TBD

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public IGraph<BidiShape<TIn1, TOut1, TIn2, TOut2>, TMat> WithAttributes(
	Attributes attributes
)

Parameters

attributes
Type: Akka.Streams.Attributes
TBD

Return Value

Type: IGraph<BidiShape<TIn1, TOut1, TIn2, TOut2>, TMat>
TBD

Implements

IGraph<TShape, TMaterialized>.WithAttributes(Attributes)
See Also