C# Class Server.FileQueue

Inheritance: IDisposable
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Enqueue ( byte buffer, int offset, int size ) : void
FileQueue ( int concurrentWrites, FileCommitCallback callback ) : System
Flush ( ) : void

Private Methods

Méthode Description
Append ( Page page ) : void
Commit ( Chunk chunk, int slot ) : void
FileQueue ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Enqueue() public méthode

public Enqueue ( byte buffer, int offset, int size ) : void
buffer byte
offset int
size int
Résultat void

FileQueue() public méthode

public FileQueue ( int concurrentWrites, FileCommitCallback callback ) : System
concurrentWrites int
callback FileCommitCallback
Résultat System

Flush() public méthode

public Flush ( ) : void
Résultat void