DefaultPile ClassNFX Class Library

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

Provides default implementation of IPile which stores objects on a local machine
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service OnlineObject 
          NFX.ServiceModel ServiceWithInstrumentationBase OnlineObject 
            NFX.ApplicationModel.Pile DefaultPile

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

public sealed class DefaultPile : ServiceWithInstrumentationBase<Object>, 
	IPileImplementation, IPile, IPileStatus, IApplicationComponent, IDisposable, 
	IService, INamed, IConfigurable, IInstrumentable, IExternallyParameterized
See Also