Click or drag to resize
Switch Constructor
Initializes a new instance of the Switch class

Namespace: Akka.Util
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Switch(
	bool startAsOn = false
)

Parameters

startAsOn (Optional)
Type: SystemBoolean

[Missing <param name="startAsOn"/> documentation for "M:Akka.Util.Switch.#ctor(System.Boolean)"]

See Also