BindingOperations.DisableCollectionSynchronization(IEnumerable) Method

Definition

Remove the synchronization registered for the specified collection.

public:
 static void DisableCollectionSynchronization(System::Collections::IEnumerable ^ collection);
public static void DisableCollectionSynchronization (System.Collections.IEnumerable collection);
static member DisableCollectionSynchronization : System.Collections.IEnumerable -> unit
Public Shared Sub DisableCollectionSynchronization (collection As IEnumerable)

Parameters

collection
IEnumerable

The collection to remove synchronized access from.

Applies to