C# 클래스 NanoByte.Common.Tasks.GuiTaskHandlerBase

Common base class for GTK# ITaskHandler implementations.
상속: TaskHandlerBase
파일 보기 프로젝트 열기: nano-byte/common

공개 메소드들

메소드 설명
Error ( Exception exception ) : void
Output ( string title, string message ) : void

보호된 메소드들

메소드 설명
Ask ( string question, MsgSeverity severity ) : bool
BuildCrendentialProvider ( ) : ICredentialProvider
LogHandler ( LogSeverity severity, string message ) : void

메소드 상세

Ask() 보호된 메소드

protected Ask ( string question, MsgSeverity severity ) : bool
question string
severity MsgSeverity
리턴 bool

BuildCrendentialProvider() 보호된 메소드

protected BuildCrendentialProvider ( ) : ICredentialProvider
리턴 ICredentialProvider

Error() 공개 메소드

public Error ( Exception exception ) : void
exception System.Exception
리턴 void

LogHandler() 보호된 메소드

protected LogHandler ( LogSeverity severity, string message ) : void
severity LogSeverity
message string
리턴 void

Output() 공개 메소드

public Output ( string title, string message ) : void
title string
message string
리턴 void