Click or drag to resize
Akka.NETGraphStageWithMaterializedValueTShape, TMaterializedNamed 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> Named(
	string name
)

Parameters

name
Type: SystemString
TBD

Return Value

Type: IGraphTShape, TMaterialized
TBD

Implements

IGraphTShape, TMaterializedNamed(String)
See Also