14 lines
1,009 B
HTML
14 lines
1,009 B
HTML
<html>
|
|
<head>
|
|
<title>RunUO Documentation - Class Overview - DatabaseCommandQueue</title>
|
|
</head>
|
|
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
|
|
<h4><a href="../namespaces/Server.Engines.MyRunUO.html">Back to Server.Engines.MyRunUO</a></h4>
|
|
<h2>DatabaseCommandQueue</h2>
|
|
(<font color="blue">ctor</font>) DatabaseCommandQueue( <font color="blue">string</font> completionString, <font color="blue">string</font> threadName )<br>
|
|
(<font color="blue">ctor</font>) DatabaseCommandQueue( <font color="blue">string</font> connectionString, <font color="blue">string</font> completionString, <font color="blue">string</font> threadName )<br>
|
|
<font color="blue">bool</font> HasCompleted( <font color="blue">get</font>; )<br>
|
|
<font color="blue">void</font> Enqueue( <font color="blue">object</font> obj )<br>
|
|
<font color="blue">void</font> Thread_Start()<br>
|
|
</body>
|
|
</html>
|