Show / Hide Table of Contents

    Class HastingsCareTaker

    Inheritance
    System.Object
    HastingsCareTaker
    Implements
    IHastingsCareTaker
    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 Source

    HastingsCareTaker()

    Declaration
    public HastingsCareTaker()

    Properties

    | Improve this Doc View Source

    HastingMementoList

    Declaration
    public ConcurrentStack<IHastingsMemento> HastingMementoList { get; }
    Property Value
    Type Description
    System.Collections.Concurrent.ConcurrentStack<IHastingsMemento>

    Methods

    | Improve this Doc View Source

    Add(IHastingsMemento)

    Declaration
    public void Add(IHastingsMemento hastingsMemento)
    Parameters
    Type Name Description
    IHastingsMemento hastingsMemento
    | Improve this Doc View Source

    Get()

    Declaration
    public IHastingsMemento Get()
    Returns
    Type Description
    IHastingsMemento
    | Improve this Doc View Source

    Peek()

    Declaration
    public IHastingsMemento Peek()
    Returns
    Type Description
    IHastingsMemento

    Implements

    IHastingsCareTaker
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network