Click or drag to resize
Akka.NETBidiFlowTIn1, TOut1, TIn2, TOut2, TMatWithAttributes Method
TBD

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

Parameters

attributes
Type: Akka.StreamsAttributes
TBD

Return Value

Type: IGraphBidiShapeTIn1, TOut1, TIn2, TOut2, TMat
TBD

Implements

IGraphTShape, TMaterializedWithAttributes(Attributes)
See Also