Click or drag to resize
Akka.NETTestSinkStageT, TMatCreateLogicAndMaterializedValue Method

[Missing <summary> documentation for "M:Akka.Streams.TestKit.TestSinkStage`2.CreateLogicAndMaterializedValue(Akka.Streams.Attributes)"]

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

Parameters

inheritedAttributes
Type: Akka.StreamsAttributes

[Missing <param name="inheritedAttributes"/> documentation for "M:Akka.Streams.TestKit.TestSinkStage`2.CreateLogicAndMaterializedValue(Akka.Streams.Attributes)"]

Return Value

Type: ILogicAndMaterializedValueTMat

[Missing <returns> documentation for "M:Akka.Streams.TestKit.TestSinkStage`2.CreateLogicAndMaterializedValue(Akka.Streams.Attributes)"]

Implements

IGraphStageWithMaterializedValueTShape, TMaterializedCreateLogicAndMaterializedValue(Attributes)
See Also