EventLogEntryCollection.ICollection.IsSynchronized Propiedad

Definición

Obtiene un valor que indica si el acceso a EventLogEntryCollection está sincronizado (seguro para subprocesos).

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

Valor de propiedad

false si el acceso a la colección no está sincronizado (seguro para subprocesos).

Implementaciones

Comentarios

Para la EventLogEntryCollection clase , el ICollection.IsSynchronized método siempre devuelve false.

Se aplica a