BackgroundTaskCompletedEventArgs.InstanceId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the identifier of the background task instance for this completion status notification.
public:
property Platform::Guid InstanceId { Platform::Guid get(); };
winrt::guid InstanceId();
public Guid InstanceId { get; }
var guid = backgroundTaskCompletedEventArgs.instanceId;
Public ReadOnly Property InstanceId As Guid
Property Value
A unique identifier generated by the system when it creates the background task instance.