BindingBase.DisableCollectionSynchronization(IEnumerable) Metoda

Definice

Zastaví synchronizaci na .collection

public static void DisableCollectionSynchronization (System.Collections.IEnumerable collection);
static member DisableCollectionSynchronization : System.Collections.IEnumerable -> unit

Parametry

collection
System.Collections.IEnumerable

Kolekce, ve které chcete zastavit synchronizaci.

Poznámky

Další informace o povolení a zákazu synchronizace kolekcí v prostředích s více vlákny najdete v tématu EnableCollectionSynchronization(IEnumerable, Object, CollectionSynchronizationCallback) .

Platí pro