Skip to main content

ResQ.Clients.CoordinationHceClient

CoordinationHceClient.SendTelemetryBatchAsync(TelemetryBatchRequest, CancellationToken) Method

Sends a batch of telemetry packets from a drone. Uses timeout and circuit-breaker handling without replaying the mutation on failure.
public System.Threading.Tasks.Task SendTelemetryBatchAsync(ResQ.Clients.TelemetryBatchRequest batch, System.Threading.CancellationToken ct=default(System.Threading.CancellationToken));

Parameters

batch TelemetryBatchRequest ct System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task