| PushPullGraphStageTIn, TOut Constructor |
TBD
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public PushPullGraphStage(
Func<Attributes, IStage<TIn, TOut>> factory,
Attributes stageAttributes
)
new :
factory : Func<Attributes, IStage<'TIn, 'TOut>> *
stageAttributes : Attributes -> PushPullGraphStage
Parameters
- factory
- Type: SystemFuncAttributes, IStageTIn, TOut
TBD - stageAttributes
- Type: Akka.StreamsAttributes
TBD
Return Value
Type:
TBD
See Also