Freigeben über


EventLogEntryCollection.ICollection.IsSynchronized Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Zugriff auf EventLogEntryCollection synchronisiert (threadsicher) ist.

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

Eigenschaftswert

false, wenn der Zugriff auf die Auflistung nicht synchronisiert (threadsicher) ist.

Implementiert

Hinweise

Für die EventLogEntryCollection -Klasse gibt die ICollection.IsSynchronized -Methode immer zurück false.

Gilt für: