Click or drag to resize
Akka.NETFirstOrDefaultTInCreateLogicAndMaterializedValue Method
TBD

Namespace:  Akka.Streams.Implementation.Stages
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override ILogicAndMaterializedValue<Task<TIn>> CreateLogicAndMaterializedValue(
	Attributes inheritedAttributes
)

Parameters

inheritedAttributes
Type: Akka.StreamsAttributes
TBD

Return Value

Type: ILogicAndMaterializedValueTaskTIn
TBD

Implements

IGraphStageWithMaterializedValueTShape, TMaterializedCreateLogicAndMaterializedValue(Attributes)
See Also