[This is preliminary documentation and is subject to change.]
Provides base implementation for Service with IInstrumentable logic
System 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 SocialNetworkNamespace: NFX.ServiceModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract class ServiceWithInstrumentationBase<TDirector> : Service<TDirector>,
IInstrumentable, IExternallyParameterized
where TDirector : class
public abstract class ServiceWithInstrumentationBase<TDirector> : Service<TDirector>,
IInstrumentable, IExternallyParameterized
where TDirector : class
Public MustInherit Class ServiceWithInstrumentationBase(Of TDirector As Class)
Inherits Service(Of TDirector)
Implements IInstrumentable, IExternallyParameterized
Public MustInherit Class ServiceWithInstrumentationBase(Of TDirector As Class)
Inherits Service(Of TDirector)
Implements IInstrumentable, IExternallyParameterized
generic<typename TDirector>
where TDirector : ref class
public ref class ServiceWithInstrumentationBase abstract : public Service<TDirector>,
IInstrumentable, IExternallyParameterized
generic<typename TDirector>
where TDirector : ref class
public ref class ServiceWithInstrumentationBase abstract : public Service<TDirector>,
IInstrumentable, IExternallyParameterized
[<AbstractClassAttribute>]
type ServiceWithInstrumentationBase<'TDirector when 'TDirector : not struct> =
class
inherit Service<'TDirector>
interface IInstrumentable
interface IExternallyParameterized
end
[<AbstractClassAttribute>]
type ServiceWithInstrumentationBase<'TDirector when 'TDirector : not struct> =
class
inherit Service<'TDirector>
interface IInstrumentable
interface IExternallyParameterized
end
- TDirector