Search Results for

    Show / Hide Table of Contents

    Struct CatchpointAbortResponse

    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    [AlgoApiObject("", "", 0)]
    [Serializable]
    public struct CatchpointAbortResponse : IEquatable<CatchpointAbortResponse>

    Properties

    CatchupMessage

    Catchup abort response string

    Declaration
    [AlgoApiField("catchup-message")]
    public string CatchupMessage { get; set; }
    Property Value
    Type Description
    String

    Methods

    Equals(CatchpointAbortResponse)

    Declaration
    public bool Equals(CatchpointAbortResponse other)
    Parameters
    Type Name Description
    CatchpointAbortResponse other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾