Files
tgstation-server/_port_allocator_8cs_source.html

287 lines
52 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tgstation-server: src/Tgstation.Server.Host/Utils/PortAllocator.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">tgstation-server<span id="projectnumber">&#160;6.19.3</span>
</div>
<div id="projectbrief">The /tg/station 13 server suite</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_e031aa0fb63a9784d5d0be33d19ac57a.html">Utils</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">PortAllocator.cs</div></div>
</div><!--header-->
<div class="contents">
<a href="_port_allocator_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="keyword">using </span>System;</div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="keyword">using </span>System.Collections.Generic;</div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="keyword">using </span>System.Linq;</div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="keyword">using </span>System.Threading;</div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="keyword">using </span>System.Threading.Tasks;</div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="keyword">using </span>Microsoft.EntityFrameworkCore;</div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="keyword">using </span>Microsoft.Extensions.Logging;</div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="keyword">using </span>Microsoft.Extensions.Options;</div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> </div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a>;</div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_core.html">Tgstation.Server.Host.Core</a>;</div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_database.html">Tgstation.Server.Host.Database</a>;</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_extensions.html">Tgstation.Server.Host.Extensions</a>;</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_system.html">Tgstation.Server.Host.System</a>;</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> </div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_utils.html">Tgstation.Server.Host.Utils</a></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span>{</div>
<div class="foldopen" id="foldopen00020" data-start="{" data-end="};">
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html"> 20</a></span> <span class="keyword">sealed</span> <span class="keyword">class </span><a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html">PortAllocator</a> : <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_utils_1_1_i_port_allocator.html">IPortAllocator</a>, <a class="code hl_class" href="class_i_disposable.html">IDisposable</a></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> {</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a7438719e12abcc9e2ead3d470a4bd8a3"> 25</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_port_provider.html">IServerPortProvider</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a7438719e12abcc9e2ead3d470a4bd8a3">serverPortProvider</a>;</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> </div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#aff32e6fc5ac3af85b298a28e048fb86c"> 30</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_factory.html">IDatabaseContextFactory</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#aff32e6fc5ac3af85b298a28e048fb86c">databaseContextFactory</a>;</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a036086ce76e42ef04ccf7a029ecf49e3"> 35</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_platform_identifier.html">IPlatformIdentifier</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a036086ce76e42ef04ccf7a029ecf49e3">platformIdentifier</a>;</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> </div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a4d5647ffb9aca2567986e83c692172c0"> 40</a></span> readonly IOptions&lt;SwarmConfiguration&gt; <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a4d5647ffb9aca2567986e83c692172c0">swarmConfigurationOptions</a>;</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a1b8567f2ed309bace4619c1437e9cae4"> 45</a></span> readonly ILogger&lt;PortAllocator&gt; <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a1b8567f2ed309bace4619c1437e9cae4">logger</a>;</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#ad21dfd2c6f63a10f70f96da669e3d702"> 50</a></span> readonly SemaphoreSlim <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#ad21dfd2c6f63a10f70f96da669e3d702">allocatorLock</a>;</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
<div class="foldopen" id="foldopen00060" data-start="{" data-end="}">
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#ab59fb68b5dbe411c638ea8308db28699"> 60</a></span> <span class="keyword">public</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#ab59fb68b5dbe411c638ea8308db28699">PortAllocator</a>(</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_port_provider.html">IServerPortProvider</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a7438719e12abcc9e2ead3d470a4bd8a3">serverPortProvider</a>,</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_factory.html">IDatabaseContextFactory</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#aff32e6fc5ac3af85b298a28e048fb86c">databaseContextFactory</a>,</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_platform_identifier.html">IPlatformIdentifier</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a036086ce76e42ef04ccf7a029ecf49e3">platformIdentifier</a>,</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> IOptions&lt;SwarmConfiguration&gt; <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a4d5647ffb9aca2567986e83c692172c0">swarmConfigurationOptions</a>,</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> ILogger&lt;PortAllocator&gt; <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a1b8567f2ed309bace4619c1437e9cae4">logger</a>)</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> {</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> this.serverPortProvider = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a7438719e12abcc9e2ead3d470a4bd8a3">serverPortProvider</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a7438719e12abcc9e2ead3d470a4bd8a3">serverPortProvider</a>));</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> this.databaseContextFactory = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#aff32e6fc5ac3af85b298a28e048fb86c">databaseContextFactory</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#aff32e6fc5ac3af85b298a28e048fb86c">databaseContextFactory</a>));</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> this.platformIdentifier = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a036086ce76e42ef04ccf7a029ecf49e3">platformIdentifier</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a036086ce76e42ef04ccf7a029ecf49e3">platformIdentifier</a>));</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> this.swarmConfigurationOptions = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a4d5647ffb9aca2567986e83c692172c0">swarmConfigurationOptions</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a4d5647ffb9aca2567986e83c692172c0">swarmConfigurationOptions</a>));</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> this.logger = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a1b8567f2ed309bace4619c1437e9cae4">logger</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a1b8567f2ed309bace4619c1437e9cae4">logger</a>));</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> </div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#ad21dfd2c6f63a10f70f96da669e3d702">allocatorLock</a> = <span class="keyword">new</span> SemaphoreSlim(1);</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> }</div>
</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> </div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a5bc002b4d19c70d8f5b4dedc96994128"> 77</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a5bc002b4d19c70d8f5b4dedc96994128">Dispose</a>() =&gt; <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#ad21dfd2c6f63a10f70f96da669e3d702">allocatorLock</a>.Dispose();</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> </div>
<div class="foldopen" id="foldopen00080" data-start="{" data-end="}">
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a153ad643a79620b0fe202d72d223f52f"> 80</a></span> <span class="keyword">public</span> async ValueTask&lt;ushort?&gt; <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a153ad643a79620b0fe202d72d223f52f">GetAvailablePort</a>(ushort basePort, <span class="keywordtype">bool</span> checkOne, CancellationToken cancellationToken)</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> {</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> ushort? result = <span class="keyword">null</span>;</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <span class="keyword">using</span> (await <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context.html">SemaphoreSlimContext</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context.html#abeb1f086e2752f6f9a4d3d175a4392af">Lock</a>(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#ad21dfd2c6f63a10f70f96da669e3d702">allocatorLock</a>, cancellationToken))</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> await <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#aff32e6fc5ac3af85b298a28e048fb86c">databaseContextFactory</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_factory.html#a1da664d7237dbec5a6cb9ce04b79ccc1">UseContext</a>(</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> async databaseContext =&gt; result = await <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a153ad643a79620b0fe202d72d223f52f">GetAvailablePort</a>(databaseContext, basePort, checkOne, cancellationToken));</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> <span class="keywordflow">return</span> result;</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> }</div>
</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> </div>
<div class="foldopen" id="foldopen00097" data-start="{" data-end="}">
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a5b04161d188db868891946147d42bf04"> 97</a></span> async ValueTask&lt;ushort?&gt; <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a5b04161d188db868891946147d42bf04">GetAvailablePort</a>(<a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context.html">IDatabaseContext</a> databaseContext, ushort basePort, <span class="keywordtype">bool</span> checkOne, CancellationToken cancellationToken)</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> {</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a1b8567f2ed309bace4619c1437e9cae4">logger</a>.LogTrace(<span class="stringliteral">&quot;Port allocation &gt;= {basePort} requested...&quot;</span>, basePort);</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> var ddPorts = await databaseContext</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> .<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context.html#a834db5965b255a765f7ae274e4104f36">DreamDaemonSettings</a></div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> .Where(x =&gt; x.Instance!.SwarmIdentifer == <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a4d5647ffb9aca2567986e83c692172c0">swarmConfigurationOptions</a>.Value.Identifier)</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> .Select(x =&gt; <span class="keyword">new</span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> {</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> Port = x.Port!.Value,</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> x.InstanceId,</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> })</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> .ToListAsync(cancellationToken);</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> </div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> var dmPorts = await databaseContext</div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> .<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context.html#aac927b14c117b14a4bafdf3811c2c859">DreamMakerSettings</a></div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> .Where(x =&gt; x.Instance!.SwarmIdentifer == <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a4d5647ffb9aca2567986e83c692172c0">swarmConfigurationOptions</a>.Value.Identifier)</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> .Select(x =&gt; <span class="keyword">new</span></div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> {</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> ApiValidationPort = x.ApiValidationPort!.Value,</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> x.InstanceId,</div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> })</div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> .ToListAsync(cancellationToken);</div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> </div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> var exceptions = <span class="keyword">new</span> List&lt;Exception&gt;();</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> ushort port = 0;</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> <span class="keywordflow">try</span></div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> {</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> <span class="keywordflow">for</span> (port = basePort; port &lt; ushort.MaxValue; ++port)</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> {</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> <span class="keywordflow">if</span> (checkOne &amp;&amp; port != basePort)</div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> <span class="keywordflow">break</span>;</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> </div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <span class="keywordflow">if</span> (port == <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a7438719e12abcc9e2ead3d470a4bd8a3">serverPortProvider</a>.<a class="code hl_property" href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_port_provider.html#af5e86a67c2cc59e14c762532275f0a2c">HttpApiPort</a>)</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> {</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a1b8567f2ed309bace4619c1437e9cae4">logger</a>.LogWarning(<span class="stringliteral">&quot;Cannot allocate port {port} as it is the TGS API port!&quot;</span>, port);</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> <span class="keywordflow">continue</span>;</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> }</div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> </div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> var reservedGamePortData = ddPorts.Where(data =&gt; data.Port == port).ToList();</div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> <span class="keywordflow">if</span> (reservedGamePortData.Count &gt; 0)</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> {</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a1b8567f2ed309bace4619c1437e9cae4">logger</a>.LogWarning(</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> <span class="stringliteral">&quot;Cannot allocate port {port} as it in use by the game server of instance(s): {instanceId}!&quot;</span>,</div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> port,</div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> String.Join(</div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> <span class="stringliteral">&quot;, &quot;</span>,</div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> reservedGamePortData.Select(data =&gt; data.InstanceId)));</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> <span class="keywordflow">continue</span>;</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> }</div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> </div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> var reservedApiValidationPortData = dmPorts.Where(data =&gt; data.ApiValidationPort == port).ToList();</div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> <span class="keywordflow">if</span> (reservedApiValidationPortData.Count &gt; 0)</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> {</div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a1b8567f2ed309bace4619c1437e9cae4">logger</a>.LogWarning(</div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> <span class="stringliteral">&quot;Cannot allocate port {port} as it in use by the API validation server of instance(s): {instanceId}!&quot;</span>,</div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> port,</div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> String.Join(</div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> <span class="stringliteral">&quot;, &quot;</span>,</div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> reservedApiValidationPortData.Select(data =&gt; data.InstanceId)));</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> <span class="keywordflow">continue</span>;</div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> }</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> </div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> <span class="keywordflow">try</span></div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> {</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_socket_extensions.html">SocketExtensions</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_socket_extensions.html#ad87cda4241401c1a92afb27242c2e0de">BindTest</a>(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a036086ce76e42ef04ccf7a029ecf49e3">platformIdentifier</a>, port, <span class="keyword">false</span>, <span class="keyword">true</span>);</div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_socket_extensions.html">SocketExtensions</a>.<a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_socket_extensions.html#ad87cda4241401c1a92afb27242c2e0de">BindTest</a>(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a036086ce76e42ef04ccf7a029ecf49e3">platformIdentifier</a>, port, <span class="keyword">false</span>, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> }</div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> <span class="keywordflow">catch</span> (<a class="code hl_class" href="class_exception.html">Exception</a> ex)</div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> {</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> exceptions.Add(ex);</div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> <span class="keywordflow">continue</span>;</div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> }</div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> </div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a1b8567f2ed309bace4619c1437e9cae4">logger</a>.LogInformation(<span class="stringliteral">&quot;Allocated port {port}&quot;</span>, port);</div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> <span class="keywordflow">return</span> port;</div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> }</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> </div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a1b8567f2ed309bace4619c1437e9cae4">logger</a>.LogWarning(<span class="stringliteral">&quot;Unable to allocate port &gt;= {basePort}!&quot;</span>, basePort);</div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> <span class="keywordflow">return</span> <span class="keyword">null</span>;</div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> }</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> <span class="keywordflow">finally</span></div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> {</div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <span class="keywordflow">if</span> (port != basePort)</div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> {</div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a1b8567f2ed309bace4619c1437e9cae4">logger</a>.LogDebug(</div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> exceptions.Count == 1</div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> ? exceptions.First()</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> : <span class="keyword">new</span> AggregateException(exceptions),</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> <span class="stringliteral">&quot;Failed to allocate ports {basePort}-{lastCheckedPort}!&quot;</span>,</div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> basePort,</div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> port - 1);</div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> }</div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> }</div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> }</div>
</div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> }</div>
</div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span>}</div>
<div class="ttc" id="aclass_exception_html"><div class="ttname"><a href="class_exception.html">Exception</a></div></div>
<div class="ttc" id="aclass_i_disposable_html"><div class="ttname"><a href="class_i_disposable.html">IDisposable</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_socket_extensions_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_socket_extensions.html">Tgstation.Server.Host.Extensions.SocketExtensions</a></div><div class="ttdoc">Extension methods for the Socket class.</div><div class="ttdef"><b>Definition</b> <a href="_socket_extensions_8cs_source.html#l00012">SocketExtensions.cs:13</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_socket_extensions_html_ad87cda4241401c1a92afb27242c2e0de"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_socket_extensions.html#ad87cda4241401c1a92afb27242c2e0de">Tgstation.Server.Host.Extensions.SocketExtensions.BindTest</a></div><div class="ttdeci">static void BindTest(IPlatformIdentifier platformIdentifier, ushort port, bool includeIPv6, bool udp)</div><div class="ttdoc">Attempt to exclusively bind to a given port .</div><div class="ttdef"><b>Definition</b> <a href="_socket_extensions_8cs_source.html#l00021">SocketExtensions.cs:21</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html">Tgstation.Server.Host.Utils.PortAllocator</a></div><div class="ttdef"><b>Definition</b> <a href="_port_allocator_8cs_source.html#l00020">PortAllocator.cs:21</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator_html_a036086ce76e42ef04ccf7a029ecf49e3"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a036086ce76e42ef04ccf7a029ecf49e3">Tgstation.Server.Host.Utils.PortAllocator.platformIdentifier</a></div><div class="ttdeci">readonly IPlatformIdentifier platformIdentifier</div><div class="ttdoc">The IPlatformIdentifier for the PortAllocator.</div><div class="ttdef"><b>Definition</b> <a href="_port_allocator_8cs_source.html#l00035">PortAllocator.cs:35</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator_html_a153ad643a79620b0fe202d72d223f52f"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a153ad643a79620b0fe202d72d223f52f">Tgstation.Server.Host.Utils.PortAllocator.GetAvailablePort</a></div><div class="ttdeci">async ValueTask&lt; ushort?&gt; GetAvailablePort(ushort basePort, bool checkOne, CancellationToken cancellationToken)</div><div class="ttdoc">Gets a port not currently in use by TGS.A ValueTask&lt;TResult&gt; resulting in the first available port on...</div><div class="ttdef"><b>Definition</b> <a href="_port_allocator_8cs_source.html#l00080">PortAllocator.cs:80</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator_html_a1b8567f2ed309bace4619c1437e9cae4"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a1b8567f2ed309bace4619c1437e9cae4">Tgstation.Server.Host.Utils.PortAllocator.logger</a></div><div class="ttdeci">readonly ILogger&lt; PortAllocator &gt; logger</div><div class="ttdoc">The ILogger for the PortAllocator.</div><div class="ttdef"><b>Definition</b> <a href="_port_allocator_8cs_source.html#l00045">PortAllocator.cs:45</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator_html_a4d5647ffb9aca2567986e83c692172c0"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a4d5647ffb9aca2567986e83c692172c0">Tgstation.Server.Host.Utils.PortAllocator.swarmConfigurationOptions</a></div><div class="ttdeci">readonly IOptions&lt; SwarmConfiguration &gt; swarmConfigurationOptions</div><div class="ttdoc">The IOptions&lt;TOptions&gt; of SwarmConfiguration for the PortAllocator.</div><div class="ttdef"><b>Definition</b> <a href="_port_allocator_8cs_source.html#l00040">PortAllocator.cs:40</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator_html_a5b04161d188db868891946147d42bf04"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a5b04161d188db868891946147d42bf04">Tgstation.Server.Host.Utils.PortAllocator.GetAvailablePort</a></div><div class="ttdeci">async ValueTask&lt; ushort?&gt; GetAvailablePort(IDatabaseContext databaseContext, ushort basePort, bool checkOne, CancellationToken cancellationToken)</div><div class="ttdoc">Gets a port not currently in use by TGS.</div><div class="ttdef"><b>Definition</b> <a href="_port_allocator_8cs_source.html#l00097">PortAllocator.cs:97</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator_html_a5bc002b4d19c70d8f5b4dedc96994128"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a5bc002b4d19c70d8f5b4dedc96994128">Tgstation.Server.Host.Utils.PortAllocator.Dispose</a></div><div class="ttdeci">void Dispose()</div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator_html_a7438719e12abcc9e2ead3d470a4bd8a3"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#a7438719e12abcc9e2ead3d470a4bd8a3">Tgstation.Server.Host.Utils.PortAllocator.serverPortProvider</a></div><div class="ttdeci">readonly IServerPortProvider serverPortProvider</div><div class="ttdoc">The IServerPortProvider for the PortAllocator.</div><div class="ttdef"><b>Definition</b> <a href="_port_allocator_8cs_source.html#l00025">PortAllocator.cs:25</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator_html_ab59fb68b5dbe411c638ea8308db28699"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#ab59fb68b5dbe411c638ea8308db28699">Tgstation.Server.Host.Utils.PortAllocator.PortAllocator</a></div><div class="ttdeci">PortAllocator(IServerPortProvider serverPortProvider, IDatabaseContextFactory databaseContextFactory, IPlatformIdentifier platformIdentifier, IOptions&lt; SwarmConfiguration &gt; swarmConfigurationOptions, ILogger&lt; PortAllocator &gt; logger)</div><div class="ttdoc">Initializes a new instance of the PortAllocator class.</div><div class="ttdef"><b>Definition</b> <a href="_port_allocator_8cs_source.html#l00060">PortAllocator.cs:60</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator_html_ad21dfd2c6f63a10f70f96da669e3d702"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#ad21dfd2c6f63a10f70f96da669e3d702">Tgstation.Server.Host.Utils.PortAllocator.allocatorLock</a></div><div class="ttdeci">readonly SemaphoreSlim allocatorLock</div><div class="ttdoc">The SemaphoreSlim used to serialized port requisition requests.</div><div class="ttdef"><b>Definition</b> <a href="_port_allocator_8cs_source.html#l00050">PortAllocator.cs:50</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator_html_aff32e6fc5ac3af85b298a28e048fb86c"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_port_allocator.html#aff32e6fc5ac3af85b298a28e048fb86c">Tgstation.Server.Host.Utils.PortAllocator.databaseContextFactory</a></div><div class="ttdeci">readonly IDatabaseContextFactory databaseContextFactory</div><div class="ttdoc">The IDatabaseContext for the PortAllocator.</div><div class="ttdef"><b>Definition</b> <a href="_port_allocator_8cs_source.html#l00030">PortAllocator.cs:30</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context.html">Tgstation.Server.Host.Utils.SemaphoreSlimContext</a></div><div class="ttdoc">Async lock context helper.</div><div class="ttdef"><b>Definition</b> <a href="_semaphore_slim_context_8cs_source.html#l00012">SemaphoreSlimContext.cs:13</a></div></div>
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context_html_abeb1f086e2752f6f9a4d3d175a4392af"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_utils_1_1_semaphore_slim_context.html#abeb1f086e2752f6f9a4d3d175a4392af">Tgstation.Server.Host.Utils.SemaphoreSlimContext.Lock</a></div><div class="ttdeci">static async ValueTask&lt; SemaphoreSlimContext &gt; Lock(SemaphoreSlim semaphore, CancellationToken cancellationToken, ILogger? logger=null)</div><div class="ttdoc">Asyncronously locks a semaphore .</div><div class="ttdef"><b>Definition</b> <a href="_semaphore_slim_context_8cs_source.html#l00021">SemaphoreSlimContext.cs:21</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_port_provider_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_port_provider.html">Tgstation.Server.Host.Core.IServerPortProvider</a></div><div class="ttdoc">Provides access to the server's HttpApiPort.</div><div class="ttdef"><b>Definition</b> <a href="_i_server_port_provider_8cs_source.html#l00006">IServerPortProvider.cs:7</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_port_provider_html_af5e86a67c2cc59e14c762532275f0a2c"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_core_1_1_i_server_port_provider.html#af5e86a67c2cc59e14c762532275f0a2c">Tgstation.Server.Host.Core.IServerPortProvider.HttpApiPort</a></div><div class="ttdeci">ushort HttpApiPort</div><div class="ttdoc">The port the server listens on.</div><div class="ttdef"><b>Definition</b> <a href="_i_server_port_provider_8cs_source.html#l00011">IServerPortProvider.cs:11</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_factory_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_factory.html">Tgstation.Server.Host.Database.IDatabaseContextFactory</a></div><div class="ttdoc">Factory for scoping usage of IDatabaseContexts. Meant for use by Components.</div><div class="ttdef"><b>Definition</b> <a href="_i_database_context_factory_8cs_source.html#l00009">IDatabaseContextFactory.cs:10</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_factory_html_a1da664d7237dbec5a6cb9ce04b79ccc1"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_factory.html#a1da664d7237dbec5a6cb9ce04b79ccc1">Tgstation.Server.Host.Database.IDatabaseContextFactory.UseContext</a></div><div class="ttdeci">ValueTask UseContext(Func&lt; IDatabaseContext, ValueTask &gt; operation)</div><div class="ttdoc">Run an operation in the scope of an IDatabaseContext.</div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context.html">Tgstation.Server.Host.Database.IDatabaseContext</a></div><div class="ttdoc">Represents the database.</div><div class="ttdef"><b>Definition</b> <a href="_i_database_context_8cs_source.html#l00016">IDatabaseContext.cs:17</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_html_a834db5965b255a765f7ae274e4104f36"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context.html#a834db5965b255a765f7ae274e4104f36">Tgstation.Server.Host.Database.IDatabaseContext.DreamDaemonSettings</a></div><div class="ttdeci">IDatabaseCollection&lt; DreamDaemonSettings &gt; DreamDaemonSettings</div><div class="ttdoc">The Models.DreamDaemonSettings in the IDatabaseContext.</div><div class="ttdef"><b>Definition</b> <a href="_i_database_context_8cs_source.html#l00066">IDatabaseContext.cs:66</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context_html_aac927b14c117b14a4bafdf3811c2c859"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_database_1_1_i_database_context.html#aac927b14c117b14a4bafdf3811c2c859">Tgstation.Server.Host.Database.IDatabaseContext.DreamMakerSettings</a></div><div class="ttdeci">IDatabaseCollection&lt; DreamMakerSettings &gt; DreamMakerSettings</div><div class="ttdoc">The Models.DreamMakerSettings in the IDatabaseContext.</div><div class="ttdef"><b>Definition</b> <a href="_i_database_context_8cs_source.html#l00061">IDatabaseContext.cs:61</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_platform_identifier_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_platform_identifier.html">Tgstation.Server.Host.System.IPlatformIdentifier</a></div><div class="ttdoc">For identifying the current platform.</div><div class="ttdef"><b>Definition</b> <a href="_i_platform_identifier_8cs_source.html#l00008">IPlatformIdentifier.cs:9</a></div></div>
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_utils_1_1_i_port_allocator_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_utils_1_1_i_port_allocator.html">Tgstation.Server.Host.Utils.IPortAllocator</a></div><div class="ttdoc">Gets unassigned ports for use by TGS.</div><div class="ttdef"><b>Definition</b> <a href="_i_port_allocator_8cs_source.html#l00009">IPortAllocator.cs:10</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition</b> <a href="_control_panel_configuration_8cs_source.html#l00003">ControlPanelConfiguration.cs:4</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_core_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_core.html">Tgstation.Server.Host.Core</a></div><div class="ttdef"><b>Definition</b> <a href="_command_pipe_manager_8cs_source.html#l00016">CommandPipeManager.cs:17</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_database_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_database.html">Tgstation.Server.Host.Database</a></div><div class="ttdef"><b>Definition</b> <a href="_database_collection_8cs_source.html#l00009">DatabaseCollection.cs:10</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_extensions_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_extensions.html">Tgstation.Server.Host.Extensions</a></div><div class="ttdef"><b>Definition</b> <a href="_application_builder_extensions_8cs_source.html#l00021">ApplicationBuilderExtensions.cs:22</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_system_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_system.html">Tgstation.Server.Host.System</a></div><div class="ttdef"><b>Definition</b> <a href="_assembly_information_provider_8cs_source.html#l00008">AssemblyInformationProvider.cs:9</a></div></div>
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_utils_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_utils.html">Tgstation.Server.Host.Utils</a></div><div class="ttdef"><b>Definition</b> <a href="_graph_q_l_git_lab_client_8cs_source.html#l00006">GraphQLGitLabClient.cs:7</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>