Tries to delete the job from the queue, and mark it as computed in the task table.

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

Syntax

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

Return Value

true if succeed : this worker is the first who have computed the result.

See Also