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.
파일 보기 프로젝트 열기: uacaps/SignalRNotifications

공개 메소드들

메소드 설명
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