HttpProbe.CheckAsync method

Executes the HTTP GET request and interprets the response according to the health probe contract.

public Task<ProbeResult> CheckAsync(CancellationToken ct = default)
parameter description
ct The cancellation token.

Return Value

A task representing the asynchronous operation, with a ProbeResult as the result.

See Also