WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SynchronizationContextDictionary - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SynchronizationContextDictionary

    Provides the basic functionality for propagating a synchronization context in various synchronization models.

    Inheritance
    System.Object
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>
    SynchronizationContextDictionary
    Implements
    System.Collections.Generic.IDictionary<System.Delegate, System.Threading.SynchronizationContext>
    System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Delegate, System.Threading.SynchronizationContext>>
    System.Collections.IDictionary
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyDictionary<System.Delegate, System.Threading.SynchronizationContext>
    System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.Delegate, System.Threading.SynchronizationContext>>
    System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Delegate, System.Threading.SynchronizationContext>>
    System.Collections.IEnumerable
    System.Runtime.Serialization.ISerializable
    System.Runtime.Serialization.IDeserializationCallback
    Inherited Members
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.Add(System.Delegate, System.Threading.SynchronizationContext)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Delegate, System.Threading.SynchronizationContext>>.Add(System.Collections.Generic.KeyValuePair<System.Delegate, System.Threading.SynchronizationContext>)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Delegate, System.Threading.SynchronizationContext>>.Contains(System.Collections.Generic.KeyValuePair<System.Delegate, System.Threading.SynchronizationContext>)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Delegate, System.Threading.SynchronizationContext>>.Remove(System.Collections.Generic.KeyValuePair<System.Delegate, System.Threading.SynchronizationContext>)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.Clear()
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.ContainsKey(System.Delegate)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.ContainsValue(System.Threading.SynchronizationContext)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.GetEnumerator()
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Delegate, System.Threading.SynchronizationContext>>.GetEnumerator()
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.OnDeserialization(System.Object)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.Remove(System.Delegate)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.TryGetValue(System.Delegate, System.Threading.SynchronizationContext)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Delegate, System.Threading.SynchronizationContext>>.CopyTo(System.Collections.Generic.KeyValuePair<System.Delegate, System.Threading.SynchronizationContext>[], System.Int32)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.IDictionary.get_Item(System.Object)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.IDictionary.Add(System.Object, System.Object)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.IDictionary.Contains(System.Object)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.IDictionary.GetEnumerator()
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.IDictionary.Remove(System.Object)
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.Comparer
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.Count
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.Keys
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.Generic.IDictionary<System.Delegate, System.Threading.SynchronizationContext>.Keys
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.Generic.IReadOnlyDictionary<System.Delegate, System.Threading.SynchronizationContext>.Keys
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.Values
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.Generic.IDictionary<System.Delegate, System.Threading.SynchronizationContext>.Values
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.Generic.IReadOnlyDictionary<System.Delegate, System.Threading.SynchronizationContext>.Values
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.Item[System.Delegate]
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Delegate, System.Threading.SynchronizationContext>>.IsReadOnly
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.IDictionary.IsFixedSize
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.IDictionary.IsReadOnly
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.IDictionary.Keys
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.IDictionary.Values
    System.Collections.Generic.Dictionary<System.Delegate, System.Threading.SynchronizationContext>.System.Collections.IDictionary.Item[System.Object]
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Olap.Data
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class SynchronizationContextDictionary : Dictionary<Delegate, SynchronizationContext>, IDictionary<Delegate, SynchronizationContext>, ICollection<KeyValuePair<Delegate, SynchronizationContext>>, IDictionary, ICollection, IReadOnlyDictionary<Delegate, SynchronizationContext>, IReadOnlyCollection<KeyValuePair<Delegate, SynchronizationContext>>, IEnumerable<KeyValuePair<Delegate, SynchronizationContext>>, IEnumerable, ISerializable, IDeserializationCallback

    Constructors

    SynchronizationContextDictionary(SerializationInfo, StreamingContext)

    Initializes a new instance of the SynchronizationContextDictionary class.

    Declaration
    protected SynchronizationContextDictionary(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context

    Implements

    System.Collections.Generic.IDictionary<TKey, TValue>
    System.Collections.Generic.ICollection<T>
    System.Collections.IDictionary
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    System.Runtime.Serialization.ISerializable
    System.Runtime.Serialization.IDeserializationCallback

    Extension Methods

    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved