Click or drag to resize
Akka.NETMaterializationContext Constructor
TBD

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public MaterializationContext(
	IMaterializer materializer,
	Attributes effectiveAttributes,
	string stageName
)

Parameters

materializer
Type: Akka.StreamsIMaterializer
TBD
effectiveAttributes
Type: Akka.StreamsAttributes
TBD
stageName
Type: SystemString
TBD
See Also