ApplicationStateInfoServiceGetCurrentApplicationStateInfo Method |
Gets a snapshot of the current application state information from all registered state getters.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IReadOnlyDictionary<string, Object> GetCurrentApplicationStateInfo()
Return Value
IReadOnlyDictionaryString,
ObjectA dictionary with the titles and results of all registered state getters.
See Also