Click or drag to resize
IThreadContextItems Interface
Represents collection of items that can be used to organize and share data during a thread execution.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public interface IThreadContextItems : IEnumerable<KeyValuePair<string, Object>>, 
	IEnumerable

The IThreadContextItems type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets or sets the value associated with the specified key.
Top
Methods
  NameDescription
Public methodContainsKey
Determines whether the IThreadContextItems contains the specified key.
Public methodRemove
Removes the value with the specified key from the IThreadContextItems.
Top
Extension Methods
See Also