Click or drag to resize
Akka.NETStatefulStageTIn, TOutBecome Method

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Become(
	StageState<TIn, TOut> state
)

Parameters

state
Type: Akka.Streams.StageStageStateTIn, TOut
TBD
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified state is undefined.
See Also