Class HastingsCareTaker
Inheritance
System.Object
HastingsCareTaker
Implements
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: Catalyst.Core.Modules.P2P.Discovery.Hastings
Assembly: Catalyst.Core.Modules.P2P.Discovery.Hastings.dll
Syntax
public sealed class HastingsCareTaker : IHastingsCareTaker
Constructors
| Improve this Doc View SourceHastingsCareTaker()
Declaration
public HastingsCareTaker()
Properties
| Improve this Doc View SourceHastingMementoList
Declaration
public ConcurrentStack<IHastingsMemento> HastingMementoList { get; }
Property Value
Type | Description |
---|---|
System.Collections.Concurrent.ConcurrentStack<IHastingsMemento> |
Methods
| Improve this Doc View SourceAdd(IHastingsMemento)
Declaration
public void Add(IHastingsMemento hastingsMemento)
Parameters
Type | Name | Description |
---|---|---|
IHastingsMemento | hastingsMemento |
Get()
Declaration
public IHastingsMemento Get()
Returns
Type | Description |
---|---|
IHastingsMemento |
Peek()
Declaration
public IHastingsMemento Peek()
Returns
Type | Description |
---|---|
IHastingsMemento |