C# Class LiveWriterPluginManager.Services.MessageService

Inheritance: IMessageService
Mostra file Open project: ScottIsAFool/LiveWriterPluginManager

Public Methods

Method Description
ShowErrorAsync ( string errorMessage ) : System.Threading.Tasks.Task
ShowMessageAsync ( string message ) : System.Threading.Tasks.Task
ShowMetadataAsync ( ) : System.Threading.Tasks.Task
ShowQuestionAsync ( string question, string positive, string negative ) : Task

Method Details

ShowErrorAsync() public method

public ShowErrorAsync ( string errorMessage ) : System.Threading.Tasks.Task
errorMessage string
return System.Threading.Tasks.Task

ShowMessageAsync() public method

public ShowMessageAsync ( string message ) : System.Threading.Tasks.Task
message string
return System.Threading.Tasks.Task

ShowMetadataAsync() public method

public ShowMetadataAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ShowQuestionAsync() public method

public ShowQuestionAsync ( string question, string positive, string negative ) : Task
question string
positive string
negative string
return Task