@zeroc/ice
    Preparing search index...

    Class EndpointSelectionType

    Determines the order in which the Ice runtime uses the endpoints in a proxy 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.

    Ordered forces the Ice runtime to use the endpoints in the order they appear in the proxy.

    Random arranges 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 for the given value.

      Parameters

      • value: number

        The numeric value of the enumerator.

      Returns EndpointSelectionType

      The enumerator corresponding to the given value.