tune
This commit is contained in:
@@ -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><<a class="xref" href="Hi.MachiningProcs.SessionMessage.html">SessionMessage</a>></dt>
|
||||
<dd></dd>
|
||||
<dd><p>A list of messages that match the specified filters.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user