AvatarsConquest/Docs/types/FileQueue.html

17 lines
1.3 KiB
HTML

<html>
<head>
<title>RunUO Documentation - Class Overview - FileQueue</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.html">Back to Server</a></h4>
<h2>FileQueue : <!-- DBG-2.1 --><font color="blue">IDisposable</font></h2>
<h4>Nested Types: <!-- DBG-4 --><a href="Chunk.html">Chunk</a>, <!-- DBG-4 --><a href="Page.html">Page</a></h4>
(<font color="blue">ctor</font>) FileQueue( <font color="blue">int</font> concurrentWrites, <!-- DBG-0 --><a href="FileCommitCallback.html">FileCommitCallback</a> callback )<br>
<font color="blue">long</font> Position( <font color="blue">get</font>; )<br>
<font color="blue">void</font> Append( <!-- DBG-0 --><a href="Page.html">Page</a> page )<br>
<font color="blue">void</font> Commit( <!-- DBG-0 --><a href="Chunk.html">Chunk</a> chunk, <font color="blue">int</font> slot )<br>
<font color="blue">virtual</font> <font color="blue">void</font> Dispose()<br>
<font color="blue">void</font> Enqueue( <font color="blue">byte</font>[] buffer, <font color="blue">int</font> offset, <font color="blue">int</font> size )<br>
<font color="blue">void</font> Flush()<br>
</body>
</html>