EventLogEntryCollection.ICollection.IsSynchronized Propriedade

Definição

Recebe um valor que indica se o acesso ao EventLogEntryCollection é sincronizado (thread-safe).

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 Propriedade

false se o acesso à coleção não for sincronizado (thread-safe).

Implementações

Observações

Para a EventLogEntryCollection classe, o ICollection.IsSynchronized método devolve falsesempre .

Aplica-se a