BackgroundTaskProgressEventArgs.InstanceId Property

Definition

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

public:
 property Platform::Guid InstanceId { Platform::Guid get(); };
winrt::guid InstanceId();
public Guid InstanceId { get; }
var guid = backgroundTaskProgressEventArgs.instanceId;
Public ReadOnly Property InstanceId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

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

Applies to