Click or drag to resize
Akka.NETBidiFlowTIn1, TOut1, TIn2, TOut2, TMatAddAttributes 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> AddAttributes(
	Attributes attributes
)

Parameters

attributes
Type: Akka.StreamsAttributes
TBD

Return Value

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

Implements

IGraphTShape, TMaterializedAddAttributes(Attributes)
See Also