Show / Hide Table of Contents

Interface IDynamicInitializableLibrary

Defines an interface for dynamic initializable libraries. A library is a dynamic initializable library if it is dynamic and its state can be initialized at the runtime.

Inherited Members
IDynamicLibrary.GoLive(ILibraryState)
IDynamicLibrary.LibraryState
IDynamicLibrary.LibraryStateLock
Namespace: Juhta.Net.LibraryManagement
Assembly: Juhta.Net.LibraryManagement.dll
Syntax
public interface IDynamicInitializableLibrary : IDynamicLibrary

Methods

| Improve this Doc View Source

CreateDefaultLibraryState()

Creates the default state for the library.

Declaration
IDefaultLibraryState CreateDefaultLibraryState()
Returns
Type Description
IDefaultLibraryState

Returns an IDefaultLibraryState object containing the default state for the library.

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