WorkContext Items Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Provides a thread-safe dictionary of items. The underlying collection is lazily allocated

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public ConcurrentDictionary<Object, Object> Items { get; }

Property Value

Type: OnlineConcurrentDictionary OnlineObject, OnlineObject 
See Also