interface IUnloadHandlerContainer {
    add: ((handler: UnloadHandler) => void);
    run: ((itemCtx: IProcessTelemetryUnloadContext, unloadState: ITelemetryUnloadState) => void);
}

Properties

Properties

add: ((handler: UnloadHandler) => void)
run: ((itemCtx: IProcessTelemetryUnloadContext, unloadState: ITelemetryUnloadState) => void)