C# 클래스 IndignadoServer.Services.ChatsService

상속: IChatsService
파일 보기 프로젝트 열기: Throy/derp-octo-robot

공개 메소드들

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

메소드 상세

GetUsersOnline() 공개 메소드

public GetUsersOnline ( bool onlyUnConsumed ) : List
onlyUnConsumed bool
리턴 List

GetUsersOnlineCount() 공개 메소드

public GetUsersOnlineCount ( ) : int
리턴 int

HeartBeat() 공개 메소드

public HeartBeat ( ) : void
리턴 void

checkMessages() 공개 메소드

public checkMessages ( bool onlyUnConsumed ) : List
onlyUnConsumed bool
리턴 List

closeChat() 공개 메소드

public closeChat ( int room ) : void
room int
리턴 void

initChatWith() 공개 메소드

public initChatWith ( int user ) : DTChatRoom
user int
리턴 DTChatRoom

sendMesage() 공개 메소드

public sendMesage ( int type, int room, String message ) : void
type int
room int
message String
리턴 void