An alternate interface which provides automatic removal during unloading of the component

interface ITelemetryInitializerHandler {
    remove(): void;
}

Hierarchy (view full)

Methods

Methods