The TaskTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TaskTable |
Constructor.
|
Methods
Name | Description | |
---|---|---|
![]() |
AddTask |
Add a task to the table.
|
![]() |
ClearAndDeleteTable |
Clears and deletes the table used in this class. It doesn't work with Windows Azure SDK.
|
![]() |
ClearTable |
Clears table contents
|
![]() |
CreateOrClearTable |
Creates the table if it doesn't exist, clears it otherwise
|
![]() |
CreateTable |
Creates the table used in this class. It doesn't work with Windows Azure SDK
(DevTableGen.exe must be used).
|
![]() |
DeleteTask |
Deletes a task from the task table.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetTaskStatus |
Return the current status of a given task. Must not be called on wrong task identifiers.
|
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
IsEmpty |
Returns whether there is at least one job in the table.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryClearAndDeleteTable |
Tries to clear and delete the table.
|
![]() |
TryMarkComputedTask |
Tries to mark a task as computed.
|
Properties
Name | Description | |
---|---|---|
![]() |
AllTasksStatus |
Returns a mapping task id => task status for all the tasks
|