AccidentalFish.ApplicationSupport.Azure.Alerts.Implementation.NullAlertSender.SendAsync C# (CSharp) Method

SendAsync() public method

public SendAsync ( string title, string message ) : System.Threading.Tasks.Task
title string
message string
return System.Threading.Tasks.Task
        public Task SendAsync(string title, string message)
        {
            return Task.FromResult(0);
        }
    }
NullAlertSender