Click or drag to resize
Akka.NETAbstractStage<TIn, TOut>.PreStart Method

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public virtual void PreStart(
	ILifecycleContext context
)

Parameters

context
Type: Akka.Streams.Stage.ILifecycleContext
TBD
See Also