Click or drag to resize
Akka.NETFlowTIn, TOut, TMatWithAttributes Method
Change the attributes of this FlowTIn, TOut, TMat to the given 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.42 (1.2.3.42)
Syntax
public Flow<TIn, TOut, TMat> WithAttributes(
	Attributes attributes
)

Parameters

attributes
Type: Akka.StreamsAttributes
TBD

Return Value

Type: FlowTIn, TOut, TMat
TBD
See Also