Click or drag to resize
Akka.NETIGraphTShape, TMaterializedAddAttributes Method
Add the given attributes to this IGraphTShape. Further calls to WithAttributes(Attributes) will not remove these attributes. Note that this operation has no effect on an empty Flow (because the attributes apply only to the contained processing stages).

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
IGraph<TShape, TMaterialized> AddAttributes(
	Attributes attributes
)

Parameters

attributes
Type: Akka.StreamsAttributes
TBD

Return Value

Type: IGraphTShape, TMaterialized
TBD
See Also