Click or drag to resize
Akka.NETSourceTOut, TMatNamed Method
Add a name attribute to this Source.

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Source<TOut, TMat> Named(
	string name
)

Parameters

name
Type: SystemString
TBD

Return Value

Type: SourceTOut, TMat
TBD
See Also