IBackgroundTaskInstance.InstanceId Property

Definition

Gets the instance ID of the background task instance.

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

Property Value

Guid

Platform::Guid

winrt::guid

A unique identifier for the background task instance. This identifier is generated by the system when the instance is created.

Applies to