| SwitchWhileOn Method |
Executes the provided action and returns if the action was executed or not, if the switch is on, waiting for any pending changes to happen before (locking)
Be careful of longrunning or blocking within the provided action as it can lead to deadlocks or bad performance
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public bool WhileOn(
Action action
)
member WhileOn :
action : Action -> bool
Parameters
- action
- Type: SystemAction
TBD
Return Value
Type:
BooleanTBD
See Also