Click or drag to resize
Akka.NETGraphStage<TShape>.CreateLogicAndMaterializedValue Method
TBD

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public override sealed ILogicAndMaterializedValue<NotUsed> CreateLogicAndMaterializedValue(
	Attributes inheritedAttributes
)

Parameters

inheritedAttributes
Type: Akka.Streams.Attributes
TBD

Return Value

Type: ILogicAndMaterializedValue<NotUsed>
TBD

Implements

IGraphStageWithMaterializedValue<TShape, TMaterialized>.CreateLogicAndMaterializedValue(Attributes)
See Also