Classes
PushQueue
A PushQueue executes PushTasks by sending the task back to the application in the form of an HTTP request to one of the application's handlers.
PushTask
A PushTask encapsulates a unit of work that an application places onto a Push Queue for asnychronous execution. The queue executes that work by sending the task back to the application in the form of an HTTP request to one of the application's handlers.
TaskAlreadyExistsException
Thrown when adding a task, but a task with the same name already exists in the queue.
TaskQueueException
Thrown when there is a failure using the Task Queue service.
TransientTaskQueueException
Thrown when there is a transient failure using Task Queue service, i.e.