| BidiFlowTIn1, TOut1, TIn2, TOut2, TMatAddAttributes 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> AddAttributes(
Attributes attributes
)
abstract AddAttributes :
attributes : Attributes -> IGraph<BidiShape<'TIn1, 'TOut1, 'TIn2, 'TOut2>, 'TMat>
override AddAttributes :
attributes : Attributes -> IGraph<BidiShape<'TIn1, 'TOut1, 'TIn2, 'TOut2>, 'TMat>
Parameters
- attributes
- Type: Akka.StreamsAttributes
TBD
Return Value
Type:
IGraphBidiShapeTIn1,
TOut1,
TIn2,
TOut2,
TMatTBD
Implements
IGraphTShape, TMaterializedAddAttributes(Attributes)See Also