protected class TaskQueue| TaskQueueManagerTaskQueue | Self initializing constructor. |
| LastBroadcastId | Last broadcast id processed for this queue. |
| MaximumPollingIntervalInSeconds | The max time in seconds that can pass before a polling cycle is ran for this queue. |
| Name | Task queue name / identifier. |
| ProcessingBehavior | Processing behavior type. |
| TaskProcessor | Task processor for this queue. |
| TaskType | Defines the type of tasks that can be processed by this task queue. |
| Dispose | TaskQueue:IDisposable implementation. |