Sets the priority flag of the task.

C# |
public bool PriorityTask { set; }

This is a parameter which indicates to the middleware that the message being submitted should take priority in the current session. This means that the created task will be placed at the front of the dispatch queue. The default value for this parameter is false if not specified, in which case the newly created task will be placed at the rear of the dispatch queue.