Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 991 Bytes

displaytaskpool_tryexecutetask_474435703.md

File metadata and controls

30 lines (18 loc) · 991 Bytes
-api-id -api-type
M:Windows.Devices.Display.Core.DisplayTaskPool.TryExecuteTask(Windows.Devices.Display.Core.DisplayTask)
winrt method

Windows.Devices.Display.Core.DisplayTaskPool.TryExecuteTask(Windows.Devices.Display.Core.DisplayTask)

-description

Queues a DisplayTask for execution on the device. Tasks are executed asynchronously, so this method returns immediately. TryExecuteTask provides a DisplayTaskResult object, which affords you multiple pieces of feedback/info regarding the state of the presentation request.

-parameters

-param task

The DisplayTask to queue.

-returns

A DisplayTaskResult object, providing simple actionable feedback about what happened, and what you should do about it.

-remarks

-see-also

-examples