C# Class NanoByte.Common.Tasks.GuiTaskHandlerBase

Common base class for GTK# ITaskHandler implementations.
Inheritance: TaskHandlerBase
ファイルを表示 Open project: nano-byte/common

Public Methods

Method Description
Error ( Exception exception ) : void
Output ( string title, string message ) : void

Protected Methods

Method Description
Ask ( string question, MsgSeverity severity ) : bool
BuildCrendentialProvider ( ) : ICredentialProvider
LogHandler ( LogSeverity severity, string message ) : void

Method Details

Ask() protected method

protected Ask ( string question, MsgSeverity severity ) : bool
question string
severity MsgSeverity
return bool

BuildCrendentialProvider() protected method

protected BuildCrendentialProvider ( ) : ICredentialProvider
return ICredentialProvider

Error() public method

public Error ( Exception exception ) : void
exception System.Exception
return void

LogHandler() protected method

protected LogHandler ( LogSeverity severity, string message ) : void
severity LogSeverity
message string
return void

Output() public method

public Output ( string title, string message ) : void
title string
message string
return void