Click or drag to resize
Akka.NETIRunnableGraphTMatRun Method
Run this flow and return the materialized instance from the flow.

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
TMat Run(
	IMaterializer materializer
)

Parameters

materializer
Type: Akka.StreamsIMaterializer
TBD

Return Value

Type: TMat
TBD
See Also