Classes and interfaces

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.

« More »

PushTask

A PushTask encapsulates a unit of work that an application places onto a Push Queue for asnychronous execution.

« More »

TaskAlreadyExistsException

Thrown when adding a task, but a task with the same name already exists in the queue.

« More »

TaskQueueException

Thrown when there is a failure using the Task Queue service.

« More »

TransientTaskQueueException

Thrown when there is a transient failure using Task Queue service, i.e.

« More »