C# Class NanoByte.Common.Tasks.GuiTaskHandlerBase

Common base class for GTK# ITaskHandler implementations.
Inheritance: TaskHandlerBase
Afficher le fichier Open project: nano-byte/common

Méthodes publiques

Méthode Description
Error ( Exception exception ) : void
Output ( string title, string message ) : void

Méthodes protégées

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

Method Details

Ask() protected méthode

protected Ask ( string question, MsgSeverity severity ) : bool
question string
severity MsgSeverity
Résultat bool

BuildCrendentialProvider() protected méthode

protected BuildCrendentialProvider ( ) : ICredentialProvider
Résultat ICredentialProvider

Error() public méthode

public Error ( Exception exception ) : void
exception System.Exception
Résultat void

LogHandler() protected méthode

protected LogHandler ( LogSeverity severity, string message ) : void
severity LogSeverity
message string
Résultat void

Output() public méthode

public Output ( string title, string message ) : void
title string
message string
Résultat void