ServiceWithInstrumentationBase TDirector  ClassNFX Class Library

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

Provides base implementation for Service with IInstrumentable logic
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service TDirector 
          NFX.ServiceModel ServiceWithInstrumentationBase TDirector 
            NFX.ApplicationModel.Pile DefaultPile
            NFX.ApplicationModel.Pile LocalCache
            NFX.ApplicationModel.Volatile ObjectStoreService
            NFX.DataAccess.Erlang ErlDataStore
            NFX.Glue GlueComponentService
            NFX.Glue.Implementation GlueService
            NFX.Instrumentation InstrumentationService
            NFX.Log LogServiceBase
            NFX.Security ConfigSecurityManager
            NFX.Security DefaultPasswordManager
            NFX.Security PasswordHashingAlgorithm
            NFX.Time EventTimer
            NFX.Wave WaveServer
            NFX.Web.Pay PaySystem
            NFX.Web.Pay PaySystemHost
            NFX.Web.Shipping ShippingSystem
            NFX.Web.Shipping ShippingSystemHost
            NFX.Web.Social SocialNetwork

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

public abstract class ServiceWithInstrumentationBase<TDirector> : Service<TDirector>, 
	IInstrumentable, IExternallyParameterized 
where TDirector : class
Type Parameters

TDirector
See Also