[ROOT] / doc / toc / ARCAPI / Class / DataStorage / __TOCDet
Key | Value |
---|---|
Assembly | ARCAPI |
DocFragType | Class |
Name | DataStorage |
Namespace | ARCAPI |
Type | DataStorage |
ClassAttribute
Key | Value |
---|---|
AssemblyName | ARCAPI |
ClassNamespace | ARCAPI |
ClassType | DataStorage |
The all-in-memory global application data storage.
Does also contain the necessary global locking object for thread-safe access (Lock).
Is usually accessed within ARAAPI as a static instance Program.DataStorage.
Can be kept up to date by Subscription to PropertyStream (see OutsideLocalReceiver).
Will usually contain (in addition to dt), also other 'branches' like app and doc.
See constructor for information about ExposingApplicationState through this class.
This class is immutable.
Generated 2025-05-23 20:55:20.279 UTC