Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 682 Bytes

ibackgroundtask_run_2017283929.md

File metadata and controls

23 lines (16 loc) · 682 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Background.IBackgroundTask.Run(Windows.ApplicationModel.Background.IBackgroundTaskInstance)
winrt method

Windows.ApplicationModel.Background.IBackgroundTask.Run

-description

Performs the work of a background task. The system calls this method when the associated background task has been triggered.

-parameters

-param taskInstance

An interface to an instance of the background task. The system creates this instance when the task has been triggered to run.

-remarks

-examples

-see-also