Skip to content

Commit

Permalink
Updated docs for 5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Dec 5, 2024
1 parent 9d4642b commit bf0373f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 134 deletions.
102 changes: 0 additions & 102 deletions api/DotNext.IO.RandomAccessStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,108 +341,6 @@ <h5 class="parameters">Parameters</h5>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream.dispose#system-io-stream-dispose(system-boolean)">Stream.Dispose(bool)</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_IO_RandomAccessStream_GetStatus_System_Int16_.md&amp;value=---%0Auid%3A%20DotNext.IO.RandomAccessStream.GetStatus(System.Int16)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext.IO/IO/RandomAccessStream.Utils.cs/#L82">View Source</a>
</span>
<a id="DotNext_IO_RandomAccessStream_GetStatus_" data-uid="DotNext.IO.RandomAccessStream.GetStatus*"></a>
<h4 id="DotNext_IO_RandomAccessStream_GetStatus_System_Int16_" data-uid="DotNext.IO.RandomAccessStream.GetStatus(System.Int16)">GetStatus(short)</h4>
<div class="markdown level1 summary"><p>Gets the status of the current operation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ValueTaskSourceStatus GetStatus(short token)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int16">short</a></td>
<td><span class="parametername">token</span></td>
<td><p>Opaque value that was provided to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.valuetask">ValueTask</a>'s constructor.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.sources.valuetasksourcestatus">ValueTaskSourceStatus</a></td>
<td><p>The status of the current operation.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_IO_RandomAccessStream_OnCompleted_System_Action_System_Object__System_Object_System_Int16_System_Threading_Tasks_Sources_ValueTaskSourceOnCompletedFlags_.md&amp;value=---%0Auid%3A%20DotNext.IO.RandomAccessStream.OnCompleted(System.Action%7BSystem.Object%7D%2CSystem.Object%2CSystem.Int16%2CSystem.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/DotNext.IO/IO/RandomAccessStream.Utils.cs/#L84">View Source</a>
</span>
<a id="DotNext_IO_RandomAccessStream_OnCompleted_" data-uid="DotNext.IO.RandomAccessStream.OnCompleted*"></a>
<h4 id="DotNext_IO_RandomAccessStream_OnCompleted_System_Action_System_Object__System_Object_System_Int16_System_Threading_Tasks_Sources_ValueTaskSourceOnCompletedFlags_" data-uid="DotNext.IO.RandomAccessStream.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)">OnCompleted(Action&lt;object?&gt;, object?, short, ValueTaskSourceOnCompletedFlags)</h4>
<div class="markdown level1 summary"><p>Schedules the continuation action for this <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.sources.ivaluetasksource">IValueTaskSource</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void OnCompleted(Action&lt;object?&gt; continuation, object? state, short token, ValueTaskSourceOnCompletedFlags flags)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</td>
<td><span class="parametername">continuation</span></td>
<td><p>The continuation to invoke when the operation has completed.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
<td><span class="parametername">state</span></td>
<td><p>The state object to pass to <code class="paramref">continuation</code> when it's invoked.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int16">short</a></td>
<td><span class="parametername">token</span></td>
<td><p>An opaque value that was provided to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.valuetask">ValueTask</a>'s constructor.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.sources.valuetasksourceoncompletedflags">ValueTaskSourceOnCompletedFlags</a></td>
<td><span class="parametername">flags</span></td>
<td><p>The flags describing the behavior of the continuation.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_IO_RandomAccessStream_Read_System_Byte___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20DotNext.IO.RandomAccessStream.Read(System.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
Expand Down
32 changes: 0 additions & 32 deletions xrefmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16464,38 +16464,6 @@ references:
isSpec: "True"
fullName: DotNext.IO.RandomAccessStream.Dispose
nameWithType: RandomAccessStream.Dispose
- uid: DotNext.IO.RandomAccessStream.GetStatus(System.Int16)
name: GetStatus(short)
href: api/DotNext.IO.RandomAccessStream.html#DotNext_IO_RandomAccessStream_GetStatus_System_Int16_
commentId: M:DotNext.IO.RandomAccessStream.GetStatus(System.Int16)
name.vb: GetStatus(Short)
fullName: DotNext.IO.RandomAccessStream.GetStatus(short)
fullName.vb: DotNext.IO.RandomAccessStream.GetStatus(Short)
nameWithType: RandomAccessStream.GetStatus(short)
nameWithType.vb: RandomAccessStream.GetStatus(Short)
- uid: DotNext.IO.RandomAccessStream.GetStatus*
name: GetStatus
href: api/DotNext.IO.RandomAccessStream.html#DotNext_IO_RandomAccessStream_GetStatus_
commentId: Overload:DotNext.IO.RandomAccessStream.GetStatus
isSpec: "True"
fullName: DotNext.IO.RandomAccessStream.GetStatus
nameWithType: RandomAccessStream.GetStatus
- uid: DotNext.IO.RandomAccessStream.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)
name: OnCompleted(Action<object?>, object?, short, ValueTaskSourceOnCompletedFlags)
href: api/DotNext.IO.RandomAccessStream.html#DotNext_IO_RandomAccessStream_OnCompleted_System_Action_System_Object__System_Object_System_Int16_System_Threading_Tasks_Sources_ValueTaskSourceOnCompletedFlags_
commentId: M:DotNext.IO.RandomAccessStream.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)
name.vb: OnCompleted(Action(Of Object), Object, Short, ValueTaskSourceOnCompletedFlags)
fullName: DotNext.IO.RandomAccessStream.OnCompleted(System.Action<object?>, object?, short, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)
fullName.vb: DotNext.IO.RandomAccessStream.OnCompleted(System.Action(Of Object), Object, Short, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)
nameWithType: RandomAccessStream.OnCompleted(Action<object?>, object?, short, ValueTaskSourceOnCompletedFlags)
nameWithType.vb: RandomAccessStream.OnCompleted(Action(Of Object), Object, Short, ValueTaskSourceOnCompletedFlags)
- uid: DotNext.IO.RandomAccessStream.OnCompleted*
name: OnCompleted
href: api/DotNext.IO.RandomAccessStream.html#DotNext_IO_RandomAccessStream_OnCompleted_
commentId: Overload:DotNext.IO.RandomAccessStream.OnCompleted
isSpec: "True"
fullName: DotNext.IO.RandomAccessStream.OnCompleted
nameWithType: RandomAccessStream.OnCompleted
- uid: DotNext.IO.RandomAccessStream.Position
name: Position
href: api/DotNext.IO.RandomAccessStream.html#DotNext_IO_RandomAccessStream_Position
Expand Down

0 comments on commit bf0373f

Please sign in to comment.