C# Class JabbR.Services.ChatNotificationService

Inheritance: IChatNotificationService
Afficher le fichier Open project: ucdavis/JabbR

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ChatNotificationService ( IConnectionManager connectionManager ) : System
OnUserNameChanged ( JabbR.Models.ChatUser user, string oldUserName, string newUserName ) : void

Method Details

ChatNotificationService() public méthode

public ChatNotificationService ( IConnectionManager connectionManager ) : System
connectionManager IConnectionManager
Résultat System

OnUserNameChanged() public méthode

public OnUserNameChanged ( JabbR.Models.ChatUser user, string oldUserName, string newUserName ) : void
user JabbR.Models.ChatUser
oldUserName string
newUserName string
Résultat void