❔ Event Fired only 2. Time?
I have a small problem. I have a normal event handler that triggers an event. However, he only does this every 2nd time. The event is triggered, works, the next time it is triggered it doesn't work. With the 3rd it works again etc.
I thought about resetting the event. Can someone tell me if or how to solve this?
6 Replies
Do you have some code to show?
shure.. mom
don't have to just much harder, if not impossible, for people to help without it 🙂
Telemetry.JobDelivered += TelemetryJobDelivered;
is public event EventHandler JobDelivered;
in the Picture is the function and the Code from Telemetry
Events:
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.