Show / Hide Table of Contents

    Interface IPeer

    Inherited Members
    IDocument.DocumentId
    IAuditable.Created
    IAuditable.Modified
    Namespace: Catalyst.Abstractions.P2P.Models
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IPeer : IDocument, IAuditable

    Properties

    | Improve this Doc View Source

    BlackListed

    Gets the blacklisting state of the peer.

    Declaration
    bool BlackListed { get; set; }
    Property Value
    Type Description
    System.Boolean

    The black listing flag.

    | Improve this Doc View Source

    InactiveFor

    Gets the inactive for.

    Declaration
    TimeSpan InactiveFor { get; }
    Property Value
    Type Description
    System.TimeSpan

    The inactive for.

    | Improve this Doc View Source

    IsAwolPeer

    Gets a value indicating whether this instance is awol peer.

    Declaration
    bool IsAwolPeer { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is awol peer; otherwise, false.

    | Improve this Doc View Source

    LastSeen

    Gets the last seen.

    Declaration
    DateTime LastSeen { get; }
    Property Value
    Type Description
    System.DateTime

    The last seen.

    | Improve this Doc View Source

    PeerId

    Gets the peer identifier.

    Declaration
    PeerId PeerId { get; }
    Property Value
    Type Description
    PeerId

    The peer identifier.

    | Improve this Doc View Source

    Reputation

    Gets the reputation.

    Declaration
    int Reputation { get; set; }
    Property Value
    Type Description
    System.Int32

    The reputation.

    Methods

    | Improve this Doc View Source

    Touch()

    Declaration
    void Touch()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network