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