C# Class CAPS.Notifications.Web.NotificationSender

Used for sending a new notification to the user. This only adds the notification to the user client. Other code is required if the notification should be kept for longer.
Show file Open project: uacaps/SignalRNotifications

Public Methods

Method Description
AddNotification ( string id, string username, string title, string text, string image, string url ) : void

Method Details

AddNotification() public static method

public static AddNotification ( string id, string username, string title, string text, string image, string url ) : void
id string
username string
title string
text string
image string
url string
return void