Click or drag to resize
Akka.NETNoMaterializerWithNamePrefix Method
N/A

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IMaterializer WithNamePrefix(
	string name
)

Parameters

name
Type: SystemString
N/A

Return Value

Type: IMaterializer
N/A

Implements

IMaterializerWithNamePrefix(String)
Exceptions
ExceptionCondition
NotSupportedException This exception is automatically thrown since NoMaterializer cannot be named.
See Also