EventLogEntryCollection.ICollection.IsSynchronized Propriedade

Definição

Obtém um valor que indica se o acesso a 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 da propriedade

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

Implementações

Comentários

Para a EventLogEntryCollection classe , o ICollection.IsSynchronized método sempre retorna false.

Aplica-se a