Click or drag to resize
Akka.NETStatefulStageTIn, TOutInitial Property
Concrete subclass must return the initial behavior from this method. **Warning:** This method must not be implemented as `val`.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract StageState<TIn, TOut> Initial { get; }

Property Value

Type: StageStateTIn, TOut
See Also