| MaterializationContext Constructor |
TBD
Namespace:
Akka.Streams
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public MaterializationContext(
IMaterializer materializer,
Attributes effectiveAttributes,
string stageName
)
new :
materializer : IMaterializer *
effectiveAttributes : Attributes *
stageName : string -> MaterializationContext
Parameters
- materializer
- Type: Akka.StreamsIMaterializer
TBD - effectiveAttributes
- Type: Akka.StreamsAttributes
TBD - stageName
- Type: SystemString
TBD
See Also