Skip to content

Instantly share code, notes, and snippets.

@chrisnas
Created December 6, 2018 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisnas/fd4986f850c5ee5bdccf129ef612f6fd to your computer and use it in GitHub Desktop.
Save chrisnas/fd4986f850c5ee5bdccf129ef612f6fd to your computer and use it in GitHub Desktop.
protected override void OnEventSourceCreated(EventSource eventSource)
{
Console.WriteLine($"{eventSource.Guid} | {eventSource.Name}");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment