eventlistener

  1. C

    Azure Event Grid publish EventGridTopicEvent

    HI All, I have scenario where I need to publish "EventGridTopicEvent" data and at the same time I need to store this event information in the Azure Storage Table. I would like to know is there any way to get the information(like T/F) if Publish event successfully done or not(any error), If it...
  2. T

    System.Diagnostics.Tracing.EventListener increasing CPU usage

    Hi, I'm using the EventListener inside my netcoreapp3.1 application which is running inside a Linux Docker container. The strange thing is that the CPU usage of my app increases over time although the app is not doing anything else. If I comment out the EventListener I did'nt get an increasing...
Back
Top Bottom