Skip to main content

ResQ.Clients.CoordinationHceClient

CoordinationHceClient.ReportIncidentAsync(ReportIncidentRequest, CancellationToken) Method

Reports an incident to HCE. Uses timeout and circuit-breaker handling without replaying the mutation on failure.
public System.Threading.Tasks.Task<ResQ.Clients.IncidentAck> ReportIncidentAsync(ResQ.Clients.ReportIncidentRequest incident, System.Threading.CancellationToken ct=default(System.Threading.CancellationToken));

Parameters

incident ReportIncidentRequest ct System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<IncidentAck>