EventLogEntryCollection.ICollection.IsSynchronized Propiedad

Definición

Obtiene un valor que indica si el acceso a EventLogEntryCollection está sincronizado (es 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

Es false si el acceso a la colección está sincronizado (es seguro para la ejecución de subprocesos).

Implementaciones

Comentarios

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

Se aplica a