T
TonyJ
Hello!
I just wonder what does it mean when this statement return true
EventLog.SourceExists("MySource")
I have read in .NET framework but doesn't quite understand what they mean.
They say return true if the given event source(here MySource) exist in the
computer's registry.
What is a event Source?
It's not the same as ServiceName?
//Tony
I just wonder what does it mean when this statement return true
EventLog.SourceExists("MySource")
I have read in .NET framework but doesn't quite understand what they mean.
They say return true if the given event source(here MySource) exist in the
computer's registry.
What is a event Source?
It's not the same as ServiceName?
//Tony