Click or drag to resize
Akka.NETPushPullGraphStageWithMaterializedValueTIn, TOut, TMatCreateLogicAndMaterializedValue Method
TBD

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

Parameters

inheritedAttributes
Type: Akka.StreamsAttributes
TBD

Return Value

Type: ILogicAndMaterializedValueTMat
TBD

Implements

IGraphStageWithMaterializedValueTShape, TMaterializedCreateLogicAndMaterializedValue(Attributes)
See Also