mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-14 19:10:09 +00:00
deploy: a2c18eb343
This commit is contained in:
@@ -108,6 +108,12 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_IDisposable_System_Threading_CancellationToken_">AddTo(IDisposable, CancellationToken)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_Action_">RegisterWithoutCaptureExecutionContext(CancellationToken, Action)</a>
|
||||
@@ -138,6 +144,45 @@
|
||||
<h3 id="methods">Methods
|
||||
</h3>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.AddTo*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_IDisposable_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.AddTo(IDisposable,System.Threading.CancellationToken)">AddTo(IDisposable, CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static CancellationTokenRegistration AddTo(this IDisposable disposable, CancellationToken cancellationToken)</code></pre>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>disposable</code></span> <span class="xref">IDisposable</span></dt>
|
||||
<dd></dd>
|
||||
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="xref">System.Threading.CancellationTokenRegistration</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_Action_" data-uid="Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext(System.Threading.CancellationToken,Action)">RegisterWithoutCaptureExecutionContext(CancellationToken, Action)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
|
||||
Reference in New Issue
Block a user