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í zpráv v aktuálním oznámení počínaje 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 uvedeného pro třídu BufferedWebEventProvider.

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