Class DebugEventDispatcher

Inheritance Relationships

Derived Types

Class Documentation

class Microsoft::Applications::Events::DebugEventDispatcher

Subclassed by Microsoft::Applications::Events::DebugEventSource, Microsoft::Applications::Events::ILogManager

Public Functions

virtual bool DispatchEvent(DebugEvent evt) = 0

Dispatches the specified event to a client callback.

virtual ~DebugEventDispatcher() noexcept = default

The DebugEventDispatcher destructor.