Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
tdsm
core
ServerCore
Queue
C# 클래스 tdsm.core.ServerCore.Queue
파일 보기
프로젝트 열기: DeathCradle/Terraria-s-Dedicated-Server-Mod
1 사용 예제들
공개 메소드들
메소드
설명
Clear
( ) :
void
Dequeue
( ) :
ClientConnection
Enqueue
(
ClientConnection
c
) :
void
Queue
( ) :
System
Remove
(
ClientConnection
c
) :
void
비공개 메소드들
메소드
설명
Grow
( ) :
void
메소드 상세
Clear()
공개
메소드
public
Clear
( ) :
void
리턴
void
Dequeue()
공개
메소드
public
Dequeue
( ) :
ClientConnection
리턴
ClientConnection
Enqueue()
공개
메소드
public
Enqueue
(
ClientConnection
c
) :
void
c
ClientConnection
리턴
void
Queue()
공개
메소드
public
Queue
( ) :
System
리턴
System
Remove()
공개
메소드
public
Remove
(
ClientConnection
c
) :
void
c
ClientConnection
리턴
void