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.
Afficher le fichier Open project: uacaps/SignalRNotifications

Méthodes publiques

Méthode Description
AddNotification ( string id, string username, string title, string text, string image, string url ) : void

Method Details

AddNotification() public static méthode

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
Résultat void