Class TaskHandlerExtensions
Extension methods for ITaskHandler
Namespace: NanoByte.Common.Tasks
Assembly: NanoByte.Common.dll
Syntax
public static class TaskHandlerExtensions : Object
Methods
OutputLow(ITaskHandler, String, String)
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.