Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 530 Bytes

backgroundtaskprogresseventargs_instanceid.md

File metadata and controls

22 lines (15 loc) · 530 Bytes
-api-id -api-type
P:Windows.ApplicationModel.Background.BackgroundTaskProgressEventArgs.InstanceId
winrt property

Windows.ApplicationModel.Background.BackgroundTaskProgressEventArgs.InstanceId

-description

Gets the identifier of the background task instance for this progress status notification.

-property-value

A unique identifier generated by the system when it creates the background task instance.

-remarks

-examples

-see-also