GetEventNames

virtual std::vector<std::string> IEventSource::GetEventNames() = 0

Gets the names of events of this event source.

Returns

std::vector<std::string> – The names of events of this event source.

Throws