IProbe.CheckAsync method

Checks the health of the probe asynchronously.

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