I am trying to figure out how the last argument (IDictionary<String, String>
) in the method EventListener.EnableEvents(EventSource, EventLevel, EventKeywords, IDictionary<String, String>)
affects the behavior of the method.
I have checked the MSDN documentation but the description is not clear and there is no example how to use it. What are the event's arguments and how are they specified in the dictionary? If some one can give an example, it would be more than perfect.
The closest I found to an answer to this was this article on MSDN.