Click or drag to resize
Akka.NETFanIn<T>.InitialPhase Method
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public void InitialPhase(
	int waitForUpstream,
	TransferPhase andThen
)

Parameters

waitForUpstream
Type: System.Int32
TBD
andThen
Type: Akka.Streams.Implementation.TransferPhase
TBD

Implements

IPump.InitialPhase(Int32, TransferPhase)
See Also