Click or drag to resize

IRecordOperationsHubRecordOperationsCache Property

Gets RecordOperationsCache for SignalR hub.

Namespace: GSF.Web.Hubs
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
RecordOperationsCache RecordOperationsCache { get; }
View Source

Property Value

RecordOperationsCache
Remarks
Implementors should statically cache instance since reflected cache content will not change.
See Also