This commit is contained in:
2025-08-30 15:31:33 +08:00
parent 6e7d65b32a
commit 97aa5f3b30
766 changed files with 8238 additions and 1394 deletions
@@ -327,7 +327,8 @@ The term stable means it is thread safe to access range from 0 to StableIndex(ex
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets a filtered list of session messages.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -337,15 +338,18 @@ The term stable means it is thread safe to access range from 0 to StableIndex(ex
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>flags</code> <a class="xref" href="Hi.MachiningProcs.SessionMessageHost.html">SessionMessageHost</a>.<a class="xref" href="Hi.MachiningProcs.SessionMessageHost.FilterFlag.html">FilterFlag</a></dt>
<dd></dd>
<dd><p>Filtering flags that determine which message categories are included.</p>
</dd>
<dt><code>filterText</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dd><p>Optional text to filter by; case-insensitive contains match.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.MachiningProcs.SessionMessage.html">SessionMessage</a>&gt;</dt>
<dd></dd>
<dd><p>A list of messages that match the specified filters.</p>
</dd>
</dl>