API Reference
Class
HealthCheckExecutionOptions
Execution settings for domain health checks.
Inheritance
- Object
- HealthCheckExecutionOptions
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
- Property DomainHealthCheck.ExecutionOptions
Accepted by parameters
Constructors
public HealthCheckExecutionOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean EnableParallelism { get; set; } #Enables parallel execution of independent checks.
public Nullable<Int32> MaxParallelism { get; set; } #Optional override for maximum concurrent checks.
public Nullable<Int32> MaxDomainParallelism { get; set; } #Optional override for maximum concurrent domain runs in batch execution.
public Nullable<Int32> DnsParallelism { get; set; } #Optional override for DNS resolver concurrency hints.
public Boolean ResetLogDedupOnRun { get; set; } #Clears logger message de-duplication on each run.
public Boolean IncludeMissingDkimSelectors { get; set; } #When enabled, DKIM verification records results for selectors even when no DKIM TXT record exists.
public Boolean SkipBimiIndicatorDownload { get; set; } #When enabled, BIMI verification skips downloading the indicator SVG.