EventLogEntryCollection.ICollection.IsSynchronized Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of de toegang tot de EventLogEntryCollection synchronisatie is gesynchroniseerd (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

Waarde van eigenschap

false als de toegang tot de verzameling niet is gesynchroniseerd (thread-safe).

Implementeringen

Opmerkingen

Voor de EventLogEntryCollection klasse retourneert falsede ICollection.IsSynchronized methode altijd .

Van toepassing op