EventLogSession.GetLogNames Método

Definición

Obtiene una colección enumerable de todos los nombres de registro de eventos que están registrados en servicio Registro de eventos.

public:
 System::Collections::Generic::IEnumerable<System::String ^> ^ GetLogNames();
public System.Collections.Generic.IEnumerable<string> GetLogNames ();
[System.Security.SecurityCritical]
public System.Collections.Generic.IEnumerable<string> GetLogNames ();
member this.GetLogNames : unit -> seq<string>
[<System.Security.SecurityCritical>]
member this.GetLogNames : unit -> seq<string>
Public Function GetLogNames () As IEnumerable(Of String)

Devoluciones

Colección enumerable de cadenas que contienen los nombres de registro de eventos.

Atributos

Se aplica a

Consulte también