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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.