ServiceBaseApplication ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Provides base implementation of IApplication for applications that have no forms like services and console apps. This class IS thread safe
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel CommonApplicationLogic
      NFX.ApplicationModel ServiceBaseApplication

Namespace: NFX.ApplicationModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class ServiceBaseApplication : CommonApplicationLogic
See Also