Class Context
- Namespace
- Dynamicweb.Diagnostics.Tasks
- Assembly
- Dynamicweb.Core.dll
The Class Context represents context
[Serializable]
public sealed class Context : Dictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
- Inheritance
-
Context
- Implements
- Inherited Members
- Extension Methods
Constructors
Context()
Initializes a new instance of the Context class.
public Context()