|  | BidiFlowTIn1, 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
Syntaxpublic IGraph<BidiShape<TIn1, TOut1, TIn2, TOut2>, TMat> WithAttributes(
	Attributes attributes
)
abstract WithAttributes : 
        attributes : Attributes -> IGraph<BidiShape<'TIn1, 'TOut1, 'TIn2, 'TOut2>, 'TMat> 
override WithAttributes : 
        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, TMaterializedWithAttributes(Attributes) See Also
See Also