Sdílet prostřednictvím


WebEventBufferFlushInfo.NotificationSequence Vlastnost

Definice

Získá pořadí zpráv v aktuálním oznámení.

public:
 property int NotificationSequence { int get(); };
public int NotificationSequence { get; }
member this.NotificationSequence : int
Public ReadOnly Property NotificationSequence As Integer

Hodnota vlastnosti

Číslo označující pořadí pořadí zpráv v aktuálním oznámení začínající indexem nuly.

Příklady

Následující příklad kódu ukazuje, jak použít NotificationSequence vlastnost . Tento příklad kódu je součástí většího příkladu BufferedWebEventProvider pro třídu .

private int GetNotificationSequence(
    WebEventBufferFlushInfo flushInfo)
{
    return flushInfo.NotificationSequence;
}
Private Function GetNotificationSequence(ByVal flushInfo _
As WebEventBufferFlushInfo) As Integer
    Return flushInfo.NotificationSequence
End Function 'GetNotificationSequence

Platí pro