EventLogEntryCollection.ICollection.SyncRoot Propiedad

Definición

Obtiene un objeto que puede utilizarse para sincronizar el acceso al objeto EventLogEntryCollection.

property System::Object ^ System::Collections::ICollection::SyncRoot { System::Object ^ get(); };
object System.Collections.ICollection.SyncRoot { get; }
member this.System.Collections.ICollection.SyncRoot : obj
 ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot

Valor de propiedad

Objeto que se puede usar para sincronizar el acceso a la colección.

Implementaciones

Comentarios

Para la EventLogEntryCollection clase , la ICollection.SyncRoot propiedad siempre devuelve el objeto actual EventLogEntryCollection.

Se aplica a