C# Class JabbR.Services.ChatNotificationService

Inheritance: IChatNotificationService
Datei anzeigen Open project: ucdavis/JabbR

Private Properties

Property Type Description

Public Methods

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

Method Details

ChatNotificationService() public method

public ChatNotificationService ( IConnectionManager connectionManager ) : System
connectionManager IConnectionManager
return System

OnUserNameChanged() public method

public OnUserNameChanged ( JabbR.Models.ChatUser user, string oldUserName, string newUserName ) : void
user JabbR.Models.ChatUser
oldUserName string
newUserName string
return void