IBackgroundTaskInstance.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 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
A unique identifier for the background task instance. This identifier is generated by the system when the instance is created.