@zeroc/ice
    Preparing search index...

    Class ServiceInstanceDescriptor

    Describes an IceBox service.

    The Slice compiler generated this class from Slice struct ::IceGrid::ServiceInstanceDescriptor.

    Index

    Constructors

    Properties

    descriptor: ServiceDescriptor

    The service definition if the instance isn't a template instance (i.e.: if the template attribute is empty).

    parameterValues: Map<string, string>

    The template parameter values.

    The property set.

    template: string

    The template used by this instance. It's empty when this instance does not use a template.

    Methods

    • Determines whether the specified object is equal to the current object.

      Parameters

      • other: any

        The object to compare with the current object.

      Returns boolean

      true if the specified object is equal to the current object, false otherwise.