WebEventBufferFlushInfo.NotificationSequence Property

Definition

Gets the message sequence in the current notification.

C#
public int NotificationSequence { get; }

Property Value

The number indicating the message sequence order in the current notification, beginning with an index of zero.

Examples

The following code example shows how to use the NotificationSequence property. This code example is part of a larger example provided for the BufferedWebEventProvider class.

C#
private int GetNotificationSequence(
    WebEventBufferFlushInfo flushInfo)
{
    return flushInfo.NotificationSequence;
}

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1