EventLogEntryCollection.ICollection.IsSynchronized Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un valore che indica se l'accesso a EventLogEntryCollection è sincronizzato (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
Valore della proprietà
false se l'accesso all'insieme non è sincronizzato (thread-safe).
Implementazioni
Commenti
Per la EventLogEntryCollection classe , il ICollection.IsSynchronized metodo restituisce falsesempre .