ISettingsUnitInitializer - интерфейс

An object responsible for initializing settings units during application (web service) startup.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public interface ISettingsUnitInitializer

Свойства

InitializationState Initialization state of the settings subsystem.

Методы

InitializeAsync Initializes all settings units.
ThrowIfNotInitialized Throws a SettingsUnitNotInitializedException if the settings units have not been initialized yet. This method can be used to ensure that any operations depending on initialized settings are not executed prematurely.

См. также