Interface ITelemetryInitializerHandler

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

interface ITelemetryInitializerHandler {
    remove(): void;
}

Hierarchy (view full)

Methods

Methods

  • Legacy Self remove the referenced component

    Returns void