AppNotificationProgressData(UInt32) Constructor
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.
Creates an instance of the AppNotificationProgressData class with the specified sequence number.
public:
AppNotificationProgressData(unsigned int sequenceNumber);
AppNotificationProgressData(uint32_t const& sequenceNumber);
public AppNotificationProgressData(uint sequenceNumber);
function AppNotificationProgressData(sequenceNumber)
Public Sub New (sequenceNumber As UInteger)
Parameters
- sequenceNumber
-
UInt32
unsigned int
uint32_t
A non-zero integer that specifies the order of progress data updates. When multiple AppNotificationProgressData objects are received, the platform displays the data with the greatest non-zero number.
Remarks
Initiate app notification progress updates by calling UpdateAsync.