Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
WaveBox
Core
OperationQueue
DelayedOperationQueue
C# 클래스 WaveBox.Core.OperationQueue.DelayedOperationQueue
상속:
IOperationQueue
파일 보기
프로젝트 열기: einsteinx2/WaveBox
공개 메소드들
메소드
설명
queueOperation
(
IDelayedOperation
op
) :
void
startQueue
( ) :
void
stopQueue
( ) :
void
메소드 상세
queueOperation()
공개
메소드
public
queueOperation
(
IDelayedOperation
op
) :
void
op
IDelayedOperation
리턴
void
startQueue()
공개
메소드
public
startQueue
( ) :
void
리턴
void
stopQueue()
공개
메소드
public
stopQueue
( ) :
void
리턴
void