 | IRunnableGraph<TMat>.WithAttributes Method |
Change the attributes of this
IGraph< TShape> to the given ones
and seal the list of attributes. This means that further calls will not be able
to remove these attributes, but instead add new ones. Note that this
operation has no effect on an empty Flow (because the attributes apply
only to the contained processing stages).
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
SyntaxIRunnableGraph<TMat> WithAttributes(
Attributes attributes
)
abstract WithAttributes :
attributes : Attributes -> IRunnableGraph<'TMat>
Parameters
- attributes
- Type: Akka.Streams.Attributes
TBD
Return Value
Type:
IRunnableGraph<TMat>TBD
See Also