C# Class AccidentalFish.ApplicationSupport.Azure.Alerts.Implementation.NullAlertSender

Inheritance: IAlertSender
Show file Open project: JamesRandall/AccidentalFish.ApplicationSupport

Public Methods

Method Description
SendAsync ( string title, string message ) : System.Threading.Tasks.Task

Method Details

SendAsync() public method

public SendAsync ( string title, string message ) : System.Threading.Tasks.Task
title string
message string
return System.Threading.Tasks.Task