Class ObjectStoreEntry
Internal framework class that stores data in ObjectStoreService
Inheritance
System.Object
ObjectStoreEntry
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Apps.Volatile
Assembly: Azos.dll
Syntax
public class ObjectStoreEntry
Fields
CheckoutCount
Declaration
public int CheckoutCount
Field Value
Type | Description |
---|---|
System.Int32 |
Key
Declaration
public Guid Key
Field Value
Type | Description |
---|---|
System.Guid |
LastTime
Declaration
public DateTime LastTime
Field Value
Type | Description |
---|---|
System.DateTime |
MsTimeout
Declaration
public int MsTimeout
Field Value
Type | Description |
---|---|
System.Int32 |
Status
Declaration
public ObjectStoreEntryStatus Status
Field Value
Type | Description |
---|---|
ObjectStoreEntryStatus |
Value
Declaration
public object Value
Field Value
Type | Description |
---|---|
System.Object |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()