C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
AddNotification ( string id, string username, string title, string text, string image, string url ) : void

Описание методов

AddNotification() публичный статический Метод

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
Результат void