CollectionSynchronizationCallback Delegate

Definition

Represent the method that synchronizes a collection for cross-thread access.

C#
public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess);

Parameters

collection
IEnumerable

The collection to access on a thread other than the one that created it.

context
Object

An object used to synchronize the collection.

accessMethod
Action

A delegate to the method that performs the operation on the collection.

writeAccess
Boolean

true if accessMethod writes to the collection; otherwise, false.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to

Prodotto Versioni
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9