mirror of https://github.com/Cysharp/UniTask
deploy: a2c18eb343
parent
df7f58c3be
commit
9ca82fa7eb
|
@ -108,6 +108,12 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<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>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a class="xref" href="Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_Action_">RegisterWithoutCaptureExecutionContext(CancellationToken, Action)</a>
|
<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 id="methods">Methods
|
||||||
</h3>
|
</h3>
|
||||||
<section>
|
<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>
|
<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>
|
<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>
|
<div class="markdown level1 summary"></div>
|
||||||
|
|
|
@ -141,7 +141,7 @@
|
||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "api/Cysharp.Threading.Tasks.CancellationTokenExtensions.html",
|
"relative_path": "api/Cysharp.Threading.Tasks.CancellationTokenExtensions.html",
|
||||||
"hash": "a3l9rPOlgQQyGrYCH+6Nig=="
|
"hash": "Uq/fzzdfZfujSc8Gds6p3Q=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
|
13
xrefmap.yml
13
xrefmap.yml
|
@ -1256,6 +1256,19 @@ references:
|
||||||
commentId: T:Cysharp.Threading.Tasks.CancellationTokenExtensions
|
commentId: T:Cysharp.Threading.Tasks.CancellationTokenExtensions
|
||||||
fullName: Cysharp.Threading.Tasks.CancellationTokenExtensions
|
fullName: Cysharp.Threading.Tasks.CancellationTokenExtensions
|
||||||
nameWithType: CancellationTokenExtensions
|
nameWithType: CancellationTokenExtensions
|
||||||
|
- uid: Cysharp.Threading.Tasks.CancellationTokenExtensions.AddTo(IDisposable,System.Threading.CancellationToken)
|
||||||
|
name: AddTo(IDisposable, CancellationToken)
|
||||||
|
href: api/Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_IDisposable_System_Threading_CancellationToken_
|
||||||
|
commentId: M:Cysharp.Threading.Tasks.CancellationTokenExtensions.AddTo(IDisposable,System.Threading.CancellationToken)
|
||||||
|
fullName: Cysharp.Threading.Tasks.CancellationTokenExtensions.AddTo(IDisposable, System.Threading.CancellationToken)
|
||||||
|
nameWithType: CancellationTokenExtensions.AddTo(IDisposable, CancellationToken)
|
||||||
|
- uid: Cysharp.Threading.Tasks.CancellationTokenExtensions.AddTo*
|
||||||
|
name: AddTo
|
||||||
|
href: api/Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_AddTo_
|
||||||
|
commentId: Overload:Cysharp.Threading.Tasks.CancellationTokenExtensions.AddTo
|
||||||
|
isSpec: "True"
|
||||||
|
fullName: Cysharp.Threading.Tasks.CancellationTokenExtensions.AddTo
|
||||||
|
nameWithType: CancellationTokenExtensions.AddTo
|
||||||
- uid: Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext(System.Threading.CancellationToken,Action)
|
- uid: Cysharp.Threading.Tasks.CancellationTokenExtensions.RegisterWithoutCaptureExecutionContext(System.Threading.CancellationToken,Action)
|
||||||
name: RegisterWithoutCaptureExecutionContext(CancellationToken, Action)
|
name: RegisterWithoutCaptureExecutionContext(CancellationToken, Action)
|
||||||
href: api/Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_Action_
|
href: api/Cysharp.Threading.Tasks.CancellationTokenExtensions.html#Cysharp_Threading_Tasks_CancellationTokenExtensions_RegisterWithoutCaptureExecutionContext_System_Threading_CancellationToken_Action_
|
||||||
|
|
Loading…
Reference in New Issue