Occurs when the event tracer reaches the end of the event tracing buffer.
[Visual Basic] Public Event EndOfBuffer As EndOfBufferEventHandler [C#] public event EndOfBufferEventHandler EndOfBuffer; [C++] public: __event EndOfBufferEventHandler* EndOfBuffer;
The event handler receives an argument of type EndOfBufferEventArgs containing data related to this event. The following EndOfBufferEventArgs properties provide information specific to this event.
Namespace: WmiSolutions.EventTracing.Consumer
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: WmiSolutions.EventTracing.dll