UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

12 lines (11 loc) 353 B
import { Rpc } from '../rpc'; import { RpcTelemetryRecord } from './rpc-telemetry-model'; export declare class RpcTelemetryClient { /** * The telemetry command. * * @param data the RpcLogRecord object. * @return Promise<void> the promise object. */ static telemetry(rpc: Rpc, data: RpcTelemetryRecord): Promise<void>; }