Domain Detective

API Reference

Class

DomainHealthCheckRun

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Result of a batch domain health check run.

Inheritance

  • Object
  • DomainHealthCheckRun

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public DomainHealthCheckRun(String domainName, DomainHealthCheck healthCheck, Exception error) #

Creates a new batch run result.

Parameters

domainName System.String requiredposition: 0
Domain name that was processed.
healthCheck DomainDetective.DomainHealthCheck requiredposition: 1
Health check instance (when available).
error System.Exception requiredposition: 2
Captured error, if any.

Properties

public String DomainName { get; } #

Domain name that was processed.

public DomainHealthCheck HealthCheck { get; } #

Health check instance populated with results when successful.

public Exception Error { get; } #

Error captured during the run, if any.

public Boolean Success { get; } #

True when the run completed without errors.

{{ include "footer" }}