@zeroc/ice
    Preparing search index...

    Class EndpointSelectionType

    Determines how the Ice runtime sorts proxy endpoints when establishing a connection.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: string

    The name of the enumerator.

    value: number

    The value of the enumerator.

    The Ice runtime uses the endpoints in the order they appear in the proxy.

    The Ice runtime shuffles the endpoints in a random order.

    Methods

    • Returns a string representation of the current enumerator.

      Returns string

      A string representation of the current enumerator.

    • Returns the enumerator corresponding to the specified numeric value.

      Parameters

      • value: number

        The numeric value of the enumerator.

      Returns EndpointSelectionType

      The matching enumerator, or undefined if no enumerator corresponds to the given value.