Tries to change the value of the field CriticalPhaseOn to true. Fails if it is already true or if someone else has changed the value during the execution of this function. Concurrency is fully implemented.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool TryMarkCriticalPhaseOn()
Visual Basic (Declaration)
Public Function TryMarkCriticalPhaseOn As Boolean
Visual C++
public:
bool TryMarkCriticalPhaseOn()

Return Value

[Missing <returns> documentation for "M:Cloudster.StatusTable.TryMarkCriticalPhaseOn"]

See Also