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

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TMat Materialize<TMat>(
	IGraph<ClosedShape, TMat> runnable
)

Parameters

runnable
Type: Akka.StreamsIGraphClosedShape, TMat
N/A

Type Parameters

TMat
N/A

Return Value

Type: TMat
N/A

Implements

IMaterializerMaterializeTMat(IGraphClosedShape, TMat)
Exceptions
ExceptionCondition
NotSupportedException This exception is automatically thrown since NoMaterializer cannot be materialized.
See Also