Class created when a service is registered. Provides methods to unregister the service or change its metadata.

interface ServiceRegistration {
    getReference(): ServiceReference;
    isUnregistered(): boolean;
    setProperties(props: ServiceProperties): ServiceRegistration;
    unregister(): void;
}

Methods

  • Returns true, if this registration has already been unregistered.

    Returns boolean

  • Unregister the associated service.

    Returns void

MMNEPVFCICPMFPCPTTAAATR