Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public sealed class HceClient : System.IDisposable
var client = new HceClient("http://localhost:3000"); var success = await client.SendTelemetryAsync(telemetryPacket); if (success) { Console.WriteLine("Telemetry sent successfully"); }
Was this page helpful?