Class NOPObjectStoreProvider
Defines a provider that does not do anything - does not store object anywhere but memory
Inheritance
System.Object
NOPObjectStoreProvider
Implements
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.Volatile
Assembly: NFX.dll
Syntax
public class NOPObjectStoreProvider : ObjectStoreProvider, IApplicationComponent, IDisposable, IService, INamed, IConfigurable, ILocalizedTimeProvider
Constructors
NOPObjectStoreProvider()
Declaration
public NOPObjectStoreProvider()
NOPObjectStoreProvider(ObjectStoreService)
Declaration
public NOPObjectStoreProvider(ObjectStoreService director)
Parameters
Type | Name | Description |
---|---|---|
ObjectStoreService | director |
Methods
Delete(ObjectStoreEntry)
Declaration
public override void Delete(ObjectStoreEntry entry)
Parameters
Type | Name | Description |
---|---|---|
ObjectStoreEntry | entry |
Overrides
LoadAll()
Declaration
public override IEnumerable<ObjectStoreEntry> LoadAll()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ObjectStoreEntry> |
Overrides
Write(ObjectStoreEntry)
Declaration
public override void Write(ObjectStoreEntry entry)
Parameters
Type | Name | Description |
---|---|---|
ObjectStoreEntry | entry |
Overrides
Implements
System.IDisposable