Compartilhar via


WebEventBufferFlushInfo.NotificationSequence Propriedade

Definição

Obtém a sequência de mensagens de notificação atual.

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

Valor da propriedade

Int32

O número que indica a ordem de sequência de mensagens na notificação atual, começando com um índice de zero.

Exemplos

O exemplo de código a seguir mostra como usar a NotificationSequence propriedade. Este exemplo de código faz parte de um exemplo maior fornecido para a BufferedWebEventProvider classe.

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

Aplica-se a