mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 22:48:20 +01:00
162 lines
33 KiB
HTML
162 lines
33 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.Client/Components/DreamDaemonClient.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"> 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&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&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&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_9826fb2d31585a830723e6d7089b5d0e.html">Tgstation.Server.Client</a></li><li class="navelem"><a class="el" href="dir_6c60df807dd2523776d391746c262b4d.html">Components</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">DreamDaemonClient.cs</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="_dream_daemon_client_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.Threading;</div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="keyword">using </span>System.Threading.Tasks;</div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span> </div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_api.html">Tgstation.Server.Api</a>;</div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Tgstation.Server.Api.Models</a>;</div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_request.html">Tgstation.Server.Api.Models.Request</a>;</div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_response.html">Tgstation.Server.Api.Models.Response</a>;</div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> </div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_client_1_1_components.html">Tgstation.Server.Client.Components</a></div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span>{</div>
|
|
<div class="foldopen" id="foldopen00013" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html"> 13</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_client_1_1_components_1_1_dream_daemon_client.html">DreamDaemonClient</a> : <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_client_1_1_components_1_1_i_dream_daemon_client.html">IDreamDaemonClient</a></div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> {</div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a877a9f75012ed5a6f8673e6ab152b7b8"> 18</a></span> readonly <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_client_1_1_i_api_client.html">IApiClient</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a877a9f75012ed5a6f8673e6ab152b7b8">apiClient</a>;</div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#afaaf929e746f11a67fd7eb5818bcd7e9"> 23</a></span> readonly <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_instance.html">Instance</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#afaaf929e746f11a67fd7eb5818bcd7e9">instance</a>;</div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
|
|
<div class="foldopen" id="foldopen00030" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a8bf0ad726b61e3dbc31a53c7ea0822c2"> 30</a></span> <span class="keyword">public</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a8bf0ad726b61e3dbc31a53c7ea0822c2">DreamDaemonClient</a>(<a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_client_1_1_i_api_client.html">IApiClient</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a877a9f75012ed5a6f8673e6ab152b7b8">apiClient</a>, <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_instance.html">Instance</a> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#afaaf929e746f11a67fd7eb5818bcd7e9">instance</a>)</div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> {</div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> this.apiClient = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a877a9f75012ed5a6f8673e6ab152b7b8">apiClient</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_client_1_1_components_1_1_dream_daemon_client.html#a877a9f75012ed5a6f8673e6ab152b7b8">apiClient</a>));</div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> this.instance = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#afaaf929e746f11a67fd7eb5818bcd7e9">instance</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_client_1_1_components_1_1_dream_daemon_client.html#afaaf929e746f11a67fd7eb5818bcd7e9">instance</a>));</div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a9231e5024705978c4f34e10f91c8b64e"> 37</a></span> <span class="keyword">public</span> ValueTask <a class="code hl_function" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a9231e5024705978c4f34e10f91c8b64e">Shutdown</a>(CancellationToken cancellationToken) => <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a877a9f75012ed5a6f8673e6ab152b7b8">apiClient</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_client_1_1_i_api_client.html#a6120f26a5fd0cf6319b11d4249296b47">Delete</a>(<a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_routes.html">Routes</a>.<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_api_1_1_routes.html#a42831355d8d0cd578680f7f8f3f1124a">DreamDaemon</a>, <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#afaaf929e746f11a67fd7eb5818bcd7e9">instance</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_entity_id.html#ae31e478e1d338b37a14565df6fd58570">Id</a>!.Value, cancellationToken);</div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</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_client_1_1_components_1_1_dream_daemon_client.html#a8cf4eb3c115f68866527c39ba88c5833"> 40</a></span> <span class="keyword">public</span> ValueTask<JobResponse> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a8cf4eb3c115f68866527c39ba88c5833">Start</a>(CancellationToken cancellationToken) => <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a877a9f75012ed5a6f8673e6ab152b7b8">apiClient</a>.Create<<a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_job_response.html">JobResponse</a>>(<a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_routes.html">Routes</a>.<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_api_1_1_routes.html#a42831355d8d0cd578680f7f8f3f1124a">DreamDaemon</a>, <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#afaaf929e746f11a67fd7eb5818bcd7e9">instance</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_entity_id.html#ae31e478e1d338b37a14565df6fd58570">Id</a>!.Value, cancellationToken);</div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a9909ed7f9e722392dc2c3c8317f46ce5"> 43</a></span> <span class="keyword">public</span> ValueTask<JobResponse> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a9909ed7f9e722392dc2c3c8317f46ce5">Restart</a>(CancellationToken cancellationToken) => <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a877a9f75012ed5a6f8673e6ab152b7b8">apiClient</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_client_1_1_i_api_client.html#a3e243ce6c09deb68c28dccd05a8d50ca">Patch</a><<a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_job_response.html">JobResponse</a>>(<a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_routes.html">Routes</a>.<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_api_1_1_routes.html#a42831355d8d0cd578680f7f8f3f1124a">DreamDaemon</a>, <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#afaaf929e746f11a67fd7eb5818bcd7e9">instance</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_entity_id.html#ae31e478e1d338b37a14565df6fd58570">Id</a>!.Value, cancellationToken);</div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a9d707b1b4984bbe8d8e5d1ee79c781aa"> 46</a></span> <span class="keyword">public</span> ValueTask<DreamDaemonResponse> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a9d707b1b4984bbe8d8e5d1ee79c781aa">Read</a>(CancellationToken cancellationToken) => <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a877a9f75012ed5a6f8673e6ab152b7b8">apiClient</a>.Read<<a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_dream_daemon_response.html">DreamDaemonResponse</a>>(</div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_routes.html">Routes</a>.<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_api_1_1_routes.html#a42831355d8d0cd578680f7f8f3f1124a">DreamDaemon</a>,</div>
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#afaaf929e746f11a67fd7eb5818bcd7e9">instance</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_entity_id.html#ae31e478e1d338b37a14565df6fd58570">Id</a>!.Value,</div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> cancellationToken);</div>
|
|
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> </div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a7b07269a44c92d6b1d67e69fd092e7a6"> 52</a></span> <span class="keyword">public</span> ValueTask<DreamDaemonResponse> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a99343340c6bce891d9bbbff7559543b2">Update</a>(<a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_request_1_1_dream_daemon_request.html">DreamDaemonRequest</a> dreamDaemon, CancellationToken cancellationToken) => <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a877a9f75012ed5a6f8673e6ab152b7b8">apiClient</a>.Update<<a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_request_1_1_dream_daemon_request.html">DreamDaemonRequest</a>, <a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_dream_daemon_response.html">DreamDaemonResponse</a>>(<a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_routes.html">Routes</a>.<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_api_1_1_routes.html#a42831355d8d0cd578680f7f8f3f1124a">DreamDaemon</a>, dreamDaemon ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(dreamDaemon)), <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#afaaf929e746f11a67fd7eb5818bcd7e9">instance</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_entity_id.html#ae31e478e1d338b37a14565df6fd58570">Id</a>!.Value, cancellationToken);</div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> </div>
|
|
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#af26ff4f215ee955704236979889b28f5"> 55</a></span> <span class="keyword">public</span> ValueTask<JobResponse> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#af26ff4f215ee955704236979889b28f5">CreateDump</a>(CancellationToken cancellationToken) => <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a877a9f75012ed5a6f8673e6ab152b7b8">apiClient</a>.<a class="code hl_function" href="interface_tgstation_1_1_server_1_1_client_1_1_i_api_client.html#a3e243ce6c09deb68c28dccd05a8d50ca">Patch</a><<a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_job_response.html">JobResponse</a>>(<a class="code hl_class" href="class_tgstation_1_1_server_1_1_api_1_1_routes.html">Routes</a>.<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_api_1_1_routes.html#a56e9bf1c7567f8f6ad1bf830eb4b158e">Diagnostics</a>, <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#afaaf929e746f11a67fd7eb5818bcd7e9">instance</a>.<a class="code hl_property" href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_entity_id.html#ae31e478e1d338b37a14565df6fd58570">Id</a>!.Value, cancellationToken);</div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span>}</div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_models_1_1_entity_id_html_ae31e478e1d338b37a14565df6fd58570"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_entity_id.html#ae31e478e1d338b37a14565df6fd58570">Tgstation.Server.Api.Models.EntityId.Id</a></div><div class="ttdeci">virtual ? long Id</div><div class="ttdoc">The ID of the entity.</div><div class="ttdef"><b>Definition</b> <a href="_entity_id_8cs_source.html#l00014">EntityId.cs:14</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_models_1_1_instance_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_instance.html">Tgstation.Server.Api.Models.Instance</a></div><div class="ttdoc">Metadata about a server instance.</div><div class="ttdef"><b>Definition</b> <a href="_tgstation_8_server_8_api_2_models_2_instance_8cs_source.html#l00008">Instance.cs:9</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_models_1_1_request_1_1_dream_daemon_request_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_request_1_1_dream_daemon_request.html">Tgstation.Server.Api.Models.Request.DreamDaemonRequest</a></div><div class="ttdoc">A request to update DreamDaemonSettings.</div><div class="ttdef"><b>Definition</b> <a href="_dream_daemon_request_8cs_source.html#l00008">DreamDaemonRequest.cs:9</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_dream_daemon_response_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_dream_daemon_response.html">Tgstation.Server.Api.Models.Response.DreamDaemonResponse</a></div><div class="ttdoc">Represents an instance of BYOND's DreamDaemon game server. Create action starts the server....</div><div class="ttdef"><b>Definition</b> <a href="_dream_daemon_response_8cs_source.html#l00010">DreamDaemonResponse.cs:11</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_job_response_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_1_1_job_response.html">Tgstation.Server.Api.Models.Response.JobResponse</a></div><div class="ttdoc">Represents a long running job on the server. Model is read-only, updates attempt to cancel the job.</div><div class="ttdef"><b>Definition</b> <a href="_job_response_8cs_source.html#l00006">JobResponse.cs:7</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_routes_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_routes.html">Tgstation.Server.Api.Routes</a></div><div class="ttdoc">Routes to a server actions.</div><div class="ttdef"><b>Definition</b> <a href="_routes_8cs_source.html#l00008">Routes.cs:9</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_routes_html_a42831355d8d0cd578680f7f8f3f1124a"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_routes.html#a42831355d8d0cd578680f7f8f3f1124a">Tgstation.Server.Api.Routes.DreamDaemon</a></div><div class="ttdeci">const string DreamDaemon</div><div class="ttdoc">The DreamDaemon controller.</div><div class="ttdef"><b>Definition</b> <a href="_routes_8cs_source.html#l00063">Routes.cs:63</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_api_1_1_routes_html_a56e9bf1c7567f8f6ad1bf830eb4b158e"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_api_1_1_routes.html#a56e9bf1c7567f8f6ad1bf830eb4b158e">Tgstation.Server.Api.Routes.Diagnostics</a></div><div class="ttdeci">const string Diagnostics</div><div class="ttdoc">For accessing DD diagnostics.</div><div class="ttdef"><b>Definition</b> <a href="_routes_8cs_source.html#l00068">Routes.cs:68</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html">Tgstation.Server.Client.Components.DreamDaemonClient</a></div><div class="ttdef"><b>Definition</b> <a href="_dream_daemon_client_8cs_source.html#l00013">DreamDaemonClient.cs:14</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client_html_a877a9f75012ed5a6f8673e6ab152b7b8"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a877a9f75012ed5a6f8673e6ab152b7b8">Tgstation.Server.Client.Components.DreamDaemonClient.apiClient</a></div><div class="ttdeci">readonly IApiClient apiClient</div><div class="ttdoc">The IApiClient for the DreamDaemonClient.</div><div class="ttdef"><b>Definition</b> <a href="_dream_daemon_client_8cs_source.html#l00018">DreamDaemonClient.cs:18</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client_html_a8bf0ad726b61e3dbc31a53c7ea0822c2"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a8bf0ad726b61e3dbc31a53c7ea0822c2">Tgstation.Server.Client.Components.DreamDaemonClient.DreamDaemonClient</a></div><div class="ttdeci">DreamDaemonClient(IApiClient apiClient, Instance instance)</div><div class="ttdoc">Initializes a new instance of the DreamDaemonClient class.</div><div class="ttdef"><b>Definition</b> <a href="_dream_daemon_client_8cs_source.html#l00030">DreamDaemonClient.cs:30</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client_html_a8cf4eb3c115f68866527c39ba88c5833"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a8cf4eb3c115f68866527c39ba88c5833">Tgstation.Server.Client.Components.DreamDaemonClient.Start</a></div><div class="ttdeci">ValueTask< JobResponse > Start(CancellationToken cancellationToken)</div><div class="ttdoc">Start DreamDaemonResponse.A Task<TResult> resulting in the JobResponse of the running operation.</div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client_html_a9231e5024705978c4f34e10f91c8b64e"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a9231e5024705978c4f34e10f91c8b64e">Tgstation.Server.Client.Components.DreamDaemonClient.Shutdown</a></div><div class="ttdeci">ValueTask Shutdown(CancellationToken cancellationToken)</div><div class="ttdoc">Shutdown DreamDaemonResponse.A ValueTask<TResult> resulting in the DreamDaemonResponse information.</div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client_html_a9909ed7f9e722392dc2c3c8317f46ce5"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a9909ed7f9e722392dc2c3c8317f46ce5">Tgstation.Server.Client.Components.DreamDaemonClient.Restart</a></div><div class="ttdeci">ValueTask< JobResponse > Restart(CancellationToken cancellationToken)</div><div class="ttdoc">Restart DreamDaemonResponse.A ValueTask<TResult> resulting in the JobResponse of the running operatio...</div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client_html_a99343340c6bce891d9bbbff7559543b2"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a99343340c6bce891d9bbbff7559543b2">Tgstation.Server.Client.Components.DreamDaemonClient.Update</a></div><div class="ttdeci">ValueTask< DreamDaemonResponse > Update(DreamDaemonRequest dreamDaemon, CancellationToken cancellationToken)</div><div class="ttdoc">Update DreamDaemonResponse. This may trigger a Api.Models.Internal.DreamDaemonApiBase....</div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client_html_a9d707b1b4984bbe8d8e5d1ee79c781aa"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#a9d707b1b4984bbe8d8e5d1ee79c781aa">Tgstation.Server.Client.Components.DreamDaemonClient.Read</a></div><div class="ttdeci">ValueTask< DreamDaemonResponse > Read(CancellationToken cancellationToken)</div><div class="ttdoc">Get the DreamDaemonResponse represented by the IDreamDaemonClient.A ValueTask<TResult> resulting in t...</div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client_html_af26ff4f215ee955704236979889b28f5"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#af26ff4f215ee955704236979889b28f5">Tgstation.Server.Client.Components.DreamDaemonClient.CreateDump</a></div><div class="ttdeci">ValueTask< JobResponse > CreateDump(CancellationToken cancellationToken)</div><div class="ttdoc">Start a job to create a process dump of the active DreamDaemon executable.A ValueTask<TResult> result...</div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client_html_afaaf929e746f11a67fd7eb5818bcd7e9"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_client_1_1_components_1_1_dream_daemon_client.html#afaaf929e746f11a67fd7eb5818bcd7e9">Tgstation.Server.Client.Components.DreamDaemonClient.instance</a></div><div class="ttdeci">readonly Instance instance</div><div class="ttdoc">The Instance for the DreamDaemonClient.</div><div class="ttdef"><b>Definition</b> <a href="_dream_daemon_client_8cs_source.html#l00023">DreamDaemonClient.cs:23</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_client_1_1_components_1_1_i_dream_daemon_client_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_client_1_1_components_1_1_i_dream_daemon_client.html">Tgstation.Server.Client.Components.IDreamDaemonClient</a></div><div class="ttdoc">For managing DreamDaemonResponse.</div><div class="ttdef"><b>Definition</b> <a href="_i_dream_daemon_client_8cs_source.html#l00012">IDreamDaemonClient.cs:13</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_client_1_1_i_api_client_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_client_1_1_i_api_client.html">Tgstation.Server.Client.IApiClient</a></div><div class="ttdoc">Web interface for the API.</div><div class="ttdef"><b>Definition</b> <a href="_i_api_client_8cs_source.html#l00016">IApiClient.cs:17</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_client_1_1_i_api_client_html_a3e243ce6c09deb68c28dccd05a8d50ca"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_client_1_1_i_api_client.html#a3e243ce6c09deb68c28dccd05a8d50ca">Tgstation.Server.Client.IApiClient.Patch</a></div><div class="ttdeci">ValueTask Patch(string route, CancellationToken cancellationToken)</div><div class="ttdoc">Run an HTTP PATCH request.</div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_client_1_1_i_api_client_html_a6120f26a5fd0cf6319b11d4249296b47"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_client_1_1_i_api_client.html#a6120f26a5fd0cf6319b11d4249296b47">Tgstation.Server.Client.IApiClient.Delete</a></div><div class="ttdeci">ValueTask Delete(string route, CancellationToken cancellationToken)</div><div class="ttdoc">Run an HTTP DELETE request.</div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_request_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_request.html">Tgstation.Server.Api.Models.Request</a></div><div class="ttdef"><b>Definition</b> <a href="_chat_bot_create_request_8cs_source.html#l00003">ChatBotCreateRequest.cs:4</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_response_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models_1_1_response.html">Tgstation.Server.Api.Models.Response</a></div><div class="ttdef"><b>Definition</b> <a href="_administration_response_8cs_source.html#l00005">AdministrationResponse.cs:6</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_1_1_models_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html">Tgstation.Server.Api.Models</a></div><div class="ttdef"><b>Definition</b> <a href="_tgstation_8_server_8_api_2_models_2_chat_channel_8cs_source.html#l00005">ChatChannel.cs:6</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api.html">Tgstation.Server.Api</a></div><div class="ttdef"><b>Definition</b> <a href="_api_headers_8cs_source.html#l00019">ApiHeaders.cs:20</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_client_1_1_components_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_client_1_1_components.html">Tgstation.Server.Client.Components</a></div><div class="ttdef"><b>Definition</b> <a href="_chat_bots_client_8cs_source.html#l00011">ChatBotsClient.cs:12</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <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>
|