Click or drag to resize
Akka.NETGraphStageWithMaterializedValue<TShape, TMaterialized>.AddAttributes Method
TBD

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

Parameters

attributes
Type: Akka.Streams.Attributes
TBD

Return Value

Type: IGraph<TShape, TMaterialized>
TBD

Implements

IGraph<TShape, TMaterialized>.AddAttributes(Attributes)
See Also