C# Class IndignadoServer.Services.ChatsService

Inheritance: IChatsService
Afficher le fichier Open project: Throy/derp-octo-robot

Méthodes publiques

Méthode Description
GetUsersOnline ( bool onlyUnConsumed ) : List
GetUsersOnlineCount ( ) : int
HeartBeat ( ) : void
checkMessages ( bool onlyUnConsumed ) : List
closeChat ( int room ) : void
initChatWith ( int user ) : DTChatRoom
sendMesage ( int type, int room, String message ) : void

Method Details

GetUsersOnline() public méthode

public GetUsersOnline ( bool onlyUnConsumed ) : List
onlyUnConsumed bool
Résultat List

GetUsersOnlineCount() public méthode

public GetUsersOnlineCount ( ) : int
Résultat int

HeartBeat() public méthode

public HeartBeat ( ) : void
Résultat void

checkMessages() public méthode

public checkMessages ( bool onlyUnConsumed ) : List
onlyUnConsumed bool
Résultat List

closeChat() public méthode

public closeChat ( int room ) : void
room int
Résultat void

initChatWith() public méthode

public initChatWith ( int user ) : DTChatRoom
user int
Résultat DTChatRoom

sendMesage() public méthode

public sendMesage ( int type, int room, String message ) : void
type int
room int
message String
Résultat void