API Reference
Class
DomainHealthCheckRun
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
- Domain name that was processed.
- healthCheck DomainDetective.DomainHealthCheck
- Health check instance (when available).
- error System.Exception
- Captured error, if any.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.