Click or drag to resize
Akka.NETBuffer<T>.Create Method
TBD

Namespace:  Akka.Streams.Implementation.Stages
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public override IStage<T, T> Create(
	Attributes effectiveAttributes
)

Parameters

effectiveAttributes
Type: Akka.Streams.Attributes
TBD

Return Value

Type: IStage<T, T>
TBD

Implements

ISymbolicStage<TIn, TOut>.Create(Attributes)
See Also