C# 클래스 Server.FileQueue

상속: IDisposable
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Enqueue ( byte buffer, int offset, int size ) : void
FileQueue ( int concurrentWrites, FileCommitCallback callback ) : System
Flush ( ) : void

비공개 메소드들

메소드 설명
Append ( Page page ) : void
Commit ( Chunk chunk, int slot ) : void
FileQueue ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Enqueue() 공개 메소드

public Enqueue ( byte buffer, int offset, int size ) : void
buffer byte
offset int
size int
리턴 void

FileQueue() 공개 메소드

public FileQueue ( int concurrentWrites, FileCommitCallback callback ) : System
concurrentWrites int
callback FileCommitCallback
리턴 System

Flush() 공개 메소드

public Flush ( ) : void
리턴 void