TaskQueueDef Class
Application task queue definition.
Id
|
Task queue name / identifier.
|
LastBroadcastId
|
Last broadcast id.
- Last broadcast id received by / known to the server.
- Default is empty string.
|
MaximumPollingIntervalInSeconds
|
Max polling interval in seconds.
- This is the greatest number of seconds that can pass before the
- task queue manager must trigger a polling request to the server.
|
ProcessingBehavior
|
Task queue processing behavior.
|
TaskType
|
Task type to use; Broadcast, ApplicationTask, Both.
|