| IRunnableGraphTMatRun 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.129 (1.2.3.129)
Syntax TMat Run(
IMaterializer materializer
)
abstract Run :
materializer : IMaterializer -> 'TMat
Parameters
- materializer
- Type: Akka.StreamsIMaterializer
TBD
Return Value
Type:
TMatTBD
See Also