Initializes a new instance of the
Switch class
Namespace: Akka.UtilAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Switch(
bool startAsOn = false
)
Public Sub New (
Optional startAsOn As Boolean = false
)
public:
Switch(
bool startAsOn = false
)
new :
?startAsOn : bool
(* Defaults:
let _startAsOn = defaultArg startAsOn false
*)
-> Switch
Parameters
- startAsOn (Optional)
- Type: SystemBoolean
[Missing <param name="startAsOn"/> documentation for "M:Akka.Util.Switch.#ctor(System.Boolean)"]
See Also