C# Class LiveWriterPluginManager.Services.MessageService

Inheritance: IMessageService
Afficher le fichier Open project: ScottIsAFool/LiveWriterPluginManager

Méthodes publiques

Méthode 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 méthode

public ShowErrorAsync ( string errorMessage ) : System.Threading.Tasks.Task
errorMessage string
Résultat System.Threading.Tasks.Task

ShowMessageAsync() public méthode

public ShowMessageAsync ( string message ) : System.Threading.Tasks.Task
message string
Résultat System.Threading.Tasks.Task

ShowMetadataAsync() public méthode

public ShowMetadataAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ShowQuestionAsync() public méthode

public ShowQuestionAsync ( string question, string positive, string negative ) : Task
question string
positive string
negative string
Résultat Task