Click or drag to resize
Akka.NETMaterializerSessionMaterializeAtomic Method
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected abstract Object MaterializeAtomic(
	AtomicModule atomic,
	Attributes effectiveAttributes,
	IDictionary<IModule, Object> materializedValues
)

Parameters

atomic
Type: Akka.Streams.ImplementationAtomicModule
TBD
effectiveAttributes
Type: Akka.StreamsAttributes
TBD
materializedValues
Type: System.Collections.GenericIDictionaryIModule, Object
TBD

Return Value

Type: Object
TBD
See Also