Show / Hide Table of Contents

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 Source

Initialize()

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.

  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX