Udostępnij za pośrednictwem


WebEventBufferFlushInfo.EventsInBuffer Właściwość

Definicja

Pobiera liczbę zdarzeń w buforze.

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

Wartość właściwości

Liczba zdarzeń w buforze.

Przykłady

W poniższym przykładzie kodu pokazano, jak używać EventsInBuffer właściwości. Ten przykład kodu jest częścią większego przykładu podanego BufferedWebEventProvider dla klasy.

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

Uwagi

Ta liczba jest przechwytywana na początku powiadomienia.

Dotyczy