Show / Hide Table of Contents

Class TaskHandlerExtensions

Extension methods for ITaskHandler

Inheritance
Object
TaskHandlerExtensions
Namespace: NanoByte.Common.Tasks
Assembly: NanoByte.Common.dll
Syntax
public static class TaskHandlerExtensions : Object

Methods

OutputLow(ITaskHandler, String, String)

Displays multi-line text to the user unless Verbosity is Batch.

Declaration
public static void OutputLow(this ITaskHandler handler, string title, string message)
Parameters
Type Name Description
ITaskHandler handler

The underlying ITaskHandler.

String title

A title for the message.

String message

The string to display.

Remarks

Implementations may close the UI as a side effect. Therefore this should be your last call on the handler.

In This Article
Back to top Copyright Bastian Eicher