tune
This commit is contained in:
@@ -259,26 +259,23 @@ Class LocalApp
|
||||
|
||||
<a id="Hi_HiNcKits_LocalApp_AppBegin_" data-uid="Hi.HiNcKits.LocalApp.AppBegin*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_LocalApp_AppBegin_System_Int32_System_String_" data-uid="Hi.HiNcKits.LocalApp.AppBegin(System.Int32,System.String)">
|
||||
AppBegin(int, string)
|
||||
<h3 id="Hi_HiNcKits_LocalApp_AppBegin_System_String_" data-uid="Hi.HiNcKits.LocalApp.AppBegin(System.String)">
|
||||
AppBegin(string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Initializes the application with the specified database port and cache path.</p>
|
||||
<div class="markdown level1 summary"><p>Initializes the application with the specified cache database path.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void AppBegin(int dbPort, string cacheDbPath)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static void AppBegin(string cacheDbPath = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>dbPort</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
||||
<dd><p>The MongoDB port number.</p>
|
||||
</dd>
|
||||
<dt><code>cacheDbPath</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>The path to the cache database.</p>
|
||||
<dd><p>The path to the SQLite cache database. If null, uses default path.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -293,10 +290,10 @@ Class LocalApp
|
||||
|
||||
|
||||
|
||||
<a id="Hi_HiNcKits_LocalApp_AppBegin_" data-uid="Hi.HiNcKits.LocalApp.AppBegin*"></a>
|
||||
<a id="Hi_HiNcKits_LocalApp_AppBeginWithConfigFile_" data-uid="Hi.HiNcKits.LocalApp.AppBeginWithConfigFile*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_LocalApp_AppBegin_System_String_" data-uid="Hi.HiNcKits.LocalApp.AppBegin(System.String)">
|
||||
AppBegin(string)
|
||||
<h3 id="Hi_HiNcKits_LocalApp_AppBeginWithConfigFile_System_String_" data-uid="Hi.HiNcKits.LocalApp.AppBeginWithConfigFile(System.String)">
|
||||
AppBeginWithConfigFile(string)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -305,7 +302,7 @@ Class LocalApp
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void AppBegin(string hostConfigPath = null)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static void AppBeginWithConfigFile(string hostConfigPath = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
|
||||
Reference in New Issue
Block a user