IWorkItemScheduler.QueueTask(Task) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schedules a task to be started by this instance.
public void QueueTask (System.Threading.Tasks.Task task);
abstract member QueueTask : System.Threading.Tasks.Task -> unit
Public Sub QueueTask (task As Task)
Parameters
- task
- Task
The task.