Udostępnij za pośrednictwem


WebBaseEvent.EventSequence Właściwość

Definicja

Pobiera liczbę zgłoszonych przez aplikację zdarzeń.

public:
 property long EventSequence { long get(); };
public long EventSequence { get; }
member this.EventSequence : int64
Public ReadOnly Property EventSequence As Long

Wartość właściwości

Int64

Liczba zgłoszonych zdarzeń.

Przykłady

W poniższym przykładzie kodu pokazano, jak uzyskać EventSequence wartość.

// Gets the event sequence.
public long GetEventSequence()
{
    // Get the event sequence.
    long eventSequence = EventSequence;
    return eventSequence;
}
' Gets the event sequence.
Public Function GetEventSequence() As Long
    ' Get the event sequence.
    Dim eventSequence As Long = eventSequence
    Return eventSequence

End Function 'GetEventSequence

Uwagi

Jest to licznik wskazujący, ile wystąpień zdarzenia zostało zgłoszonych przez aplikację.

Dotyczy