GlueService ClassNFX Class Library

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

Provides default implementation for IGlue. This is the root context for all other glue objects
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service OnlineObject 
          NFX.ServiceModel ServiceWithInstrumentationBase OnlineObject 
            NFX.Glue.Implementation GlueService

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

[ConfigMacroContextAttribute]
public sealed class GlueService : ServiceWithInstrumentationBase<Object>, 
	IGlueImplementation, IGlue, IApplicationComponent, ILocalizedTimeProvider, IDisposable, 
	IConfigurable, IInstrumentable, IExternallyParameterized
See Also