| Switch Constructor |
TBD
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Switch(
bool startAsOn = false
)
new :
?startAsOn : bool
(* Defaults:
let _startAsOn = defaultArg startAsOn false
*)
-> Switch
Parameters
- startAsOn (Optional)
- Type: SystemBoolean
TBD
See Also