Interface IDefaultLibraryState
Defines an interface for default library states.
Namespace: Juhta.Net.LibraryManagement
Assembly: Juhta.Net.LibraryManagement.dll
Syntax
public interface IDefaultLibraryState : ILibraryState
Remarks
Default library states relate to dynamic initializable libraries.
Methods
| Improve this Doc View SourceInitialize()
Initializes the library state.
Declaration
void Initialize()
Remarks
Initializing a library state means performing all necessary actions on the objects comprising the library state so that the state is ready to be set as the effective library state.
Default library states don't require any configuration for initialization.