Class DefaultPile
Provides default implementation of IPile which stores objects in the local machine RAM
Inheritance
System.Object
Service<System.Object>
ServiceWithInstrumentationBase<System.Object>
DefaultPile
Implements
System.Collections.Generic.IEnumerable<PileEntry>
System.Collections.IEnumerable
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.ApplicationModel.Pile
Assembly: NFX.dll
Syntax
[SlimSerializationProhibited]
public sealed class DefaultPile : DefaultPileBase, ILocalizedTimeProvider, IPileImplementation, IPile, IPileStatus, IEnumerable<PileEntry>, IEnumerable, IApplicationComponent, IDisposable, IService, INamed, IConfigurable, IInstrumentable, IExternallyParameterized
Constructors
DefaultPile(Object, String)
Declaration
public DefaultPile(object director, string name = null)
Parameters
Type | Name | Description |
---|---|---|
System.Object | director | |
System.String | name |
DefaultPile(String)
Declaration
public DefaultPile(string name = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Properties
Persistence
Returns PilePersistence.Memory
Declaration
public override ObjectPersistence Persistence { get; }
Property Value
Type | Description |
---|---|
ObjectPersistence |
Overrides
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.IDisposable