API Reference
Interface
IProgressSink
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
- Method ProgressHub.AddSink
Methods
public abstract Void OnDebug(LogEventArgs e) #Returns:
VoidExecutes the on debug operation.
Parameters
- e DomainDetective.LogEventArgs
public abstract Void OnError(LogEventArgs e) #Returns:
VoidExecutes the on error operation.
Parameters
- e DomainDetective.LogEventArgs
public abstract Void OnInformation(LogEventArgs e) #Returns:
VoidExecutes the on information operation.
Parameters
- e DomainDetective.LogEventArgs
public abstract Void OnProgress(LogEventArgs e) #Returns:
VoidExecutes the on progress operation.
Parameters
- e DomainDetective.LogEventArgs
public abstract Void OnVerbose(LogEventArgs e) #Returns:
VoidExecutes the on verbose operation.
Parameters
- e DomainDetective.LogEventArgs
public abstract Void OnWarning(LogEventArgs e) #Returns:
VoidExecutes the on warning operation.
Parameters
- e DomainDetective.LogEventArgs