EventLogSession.GlobalSession Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a static predefined session object that is connected to the Event Log service on the local computer.
public:
static property System::Diagnostics::Eventing::Reader::EventLogSession ^ GlobalSession { System::Diagnostics::Eventing::Reader::EventLogSession ^ get(); };
public static System.Diagnostics.Eventing.Reader.EventLogSession GlobalSession { get; }
static member GlobalSession : System.Diagnostics.Eventing.Reader.EventLogSession
Public Shared ReadOnly Property GlobalSession As EventLogSession
Property Value
A predefined session object that is connected to the Event Log service on the local computer.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.