Click or drag to resize

DataContextHubClientPrimaryKeySessionCache Property

Gets primary key cache for current session.

Namespace: GSF.Web.Hubs
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public ConcurrentDictionary<Type, DataTable> PrimaryKeySessionCache { get; }
View Source

Property Value

ConcurrentDictionaryType, DataTable
See Also