Click or drag to resize
Akka.NETPushPullGraphStageTIn, TOut Constructor
TBD

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public PushPullGraphStage(
	Func<Attributes, IStage<TIn, TOut>> factory,
	Attributes stageAttributes
)

Parameters

factory
Type: SystemFuncAttributes, IStageTIn, TOut
TBD
stageAttributes
Type: Akka.StreamsAttributes
TBD

Return Value

Type: 
TBD
See Also