Click or drag to resize
Akka.NETSymbolicStageTIn, TOutCreate 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 abstract IStage<TIn, TOut> Create(
	Attributes effectiveAttributes
)

Parameters

effectiveAttributes
Type: Akka.StreamsAttributes
TBD

Return Value

Type: IStageTIn, TOut
TBD

Implements

ISymbolicStageTIn, TOutCreate(Attributes)
See Also