@zeroc/ice
    Preparing search index...

    Type Alias CloseCallback

    CloseCallback: (connection: Connection) => void

    Callback invoked when the connection is closed. If additional information about the closure is needed, the callback can call Connection#throwException.

    Type declaration

      • (connection: Connection): void
      • Parameters

        • connection: Connection

          The connection that was closed.

        Returns void