APRlib

SupportClass.CollectionsManager.SynchronizedMap Method 

Returns an IDictionary wrapper that is synchronized (thread-safe).

public static IDictionary SynchronizedMap(
   IDictionary Map
);

Parameters

Map
The IDictionary to synchronize.

Return Value

An IDictionary wrapper that is synchronized (thread-safe).

See Also

SupportClass.CollectionsManager Class | (global) Namespace