Search Results for

    Show / Hide Table of Contents

    Struct HealthCheckResponse

    (empty)

    Implements
    IWrappedValue<HealthCheck>
    Namespace: Algorand.Unity.Indexer
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    [AlgoApiFormatter(typeof(WrappedValueFormatter<HealthCheckResponse, HealthCheck>), "", "", 0)]
    public struct HealthCheckResponse : IEquatable<HealthCheckResponse>, IWrappedValue<HealthCheck>

    Constructors

    HealthCheckResponse(HealthCheck)

    Declaration
    public HealthCheckResponse(HealthCheck value)
    Parameters
    Type Name Description
    HealthCheck value

    Properties

    WrappedValue

    Declaration
    public HealthCheck WrappedValue { get; set; }
    Property Value
    Type Description
    HealthCheck

    Methods

    Equals(HealthCheckResponse)

    Declaration
    public bool Equals(HealthCheckResponse other)
    Parameters
    Type Name Description
    HealthCheckResponse other
    Returns
    Type Description
    Boolean

    Operators

    Implicit(HealthCheck to HealthCheckResponse)

    Declaration
    public static implicit operator HealthCheckResponse(HealthCheck value)
    Parameters
    Type Name Description
    HealthCheck value
    Returns
    Type Description
    HealthCheckResponse

    Implicit(HealthCheckResponse to HealthCheck)

    Declaration
    public static implicit operator HealthCheck(HealthCheckResponse wrapper)
    Parameters
    Type Name Description
    HealthCheckResponse wrapper
    Returns
    Type Description
    HealthCheck

    Implements

    IWrappedValue<T>
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾