Domain Detective

API Reference

Interface

IProgressSink

Namespace DomainDetective
Assembly DomainDetective
Modifiers abstract

Receives progress and message events for a run. Implementations may write to console, files, or UIs.

Usage

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

Accepted by parameters

Methods

public abstract Void OnDebug(LogEventArgs e) #
Returns: Void

Executes the on debug operation.

Parameters

e DomainDetective.LogEventArgs requiredposition: 0
public abstract Void OnError(LogEventArgs e) #
Returns: Void

Executes the on error operation.

Parameters

e DomainDetective.LogEventArgs requiredposition: 0
public abstract Void OnInformation(LogEventArgs e) #
Returns: Void

Executes the on information operation.

Parameters

e DomainDetective.LogEventArgs requiredposition: 0
public abstract Void OnProgress(LogEventArgs e) #
Returns: Void

Executes the on progress operation.

Parameters

e DomainDetective.LogEventArgs requiredposition: 0
public abstract Void OnVerbose(LogEventArgs e) #
Returns: Void

Executes the on verbose operation.

Parameters

e DomainDetective.LogEventArgs requiredposition: 0
public abstract Void OnWarning(LogEventArgs e) #
Returns: Void

Executes the on warning operation.

Parameters

e DomainDetective.LogEventArgs requiredposition: 0
{{ include "footer" }}