C# 클래스 IndignadoServer.Controllers.ChatsController

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

공개 메소드들

메소드 설명
ChatsController ( ) : System
GetUsersOnline ( bool onlyUnConsumed ) : List
GetUsersOnlineCount ( ) : int
HeartBeat ( ) : void
RefreshUsersActive ( object o ) : void
checkMessages ( bool onlyUnConsumed ) : List
initChatWith ( int user ) : DTChatRoom
leaveChat ( int roomID ) : void
sendMesage ( int type, int roomID, String message ) : void

메소드 상세

ChatsController() 공개 메소드

public ChatsController ( ) : System
리턴 System

GetUsersOnline() 공개 메소드

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

GetUsersOnlineCount() 공개 메소드

public GetUsersOnlineCount ( ) : int
리턴 int

HeartBeat() 공개 메소드

public HeartBeat ( ) : void
리턴 void

RefreshUsersActive() 공개 정적인 메소드

public static RefreshUsersActive ( object o ) : void
o object
리턴 void

checkMessages() 공개 메소드

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

initChatWith() 공개 메소드

public initChatWith ( int user ) : DTChatRoom
user int
리턴 IndignadoServer.Services.DTChatRoom

leaveChat() 공개 메소드

public leaveChat ( int roomID ) : void
roomID int
리턴 void

sendMesage() 공개 메소드

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