mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-15 11:30:09 +00:00
deploy: 6f5d818544
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.TriggerEvent-1.html#Cysharp_Threading_Tasks_TriggerEvent_1_SetCanceled_CancellationToken_">SetCanceled(CancellationToken)</a>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.TriggerEvent-1.html#Cysharp_Threading_Tasks_TriggerEvent_1_SetCanceled_System_Threading_CancellationToken_">SetCanceled(CancellationToken)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
@@ -136,7 +136,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.TriggerEvent-1.html#Cysharp_Threading_Tasks_TriggerEvent_1_SetError_Exception_">SetError(Exception)</a>
|
||||
<a class="xref" href="Cysharp.Threading.Tasks.TriggerEvent-1.html#Cysharp_Threading_Tasks_TriggerEvent_1_SetError_System_Exception_">SetError(Exception)</a>
|
||||
</td>
|
||||
<td class="markdown level1 summary"></td>
|
||||
</tr>
|
||||
@@ -213,7 +213,7 @@
|
||||
</section>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_TriggerEvent_1_SetCanceled_" data-uid="Cysharp.Threading.Tasks.TriggerEvent`1.SetCanceled*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_TriggerEvent_1_SetCanceled_CancellationToken_" data-uid="Cysharp.Threading.Tasks.TriggerEvent`1.SetCanceled(CancellationToken)">SetCanceled(CancellationToken)</h4>
|
||||
<h4 id="Cysharp_Threading_Tasks_TriggerEvent_1_SetCanceled_System_Threading_CancellationToken_" data-uid="Cysharp.Threading.Tasks.TriggerEvent`1.SetCanceled(System.Threading.CancellationToken)">SetCanceled(CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
<section>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">CancellationToken</span></dt>
|
||||
<dt><span class="parametername"><code>cancellationToken</code></span> <span class="xref">System.Threading.CancellationToken</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
@@ -266,7 +266,7 @@
|
||||
</section>
|
||||
<section>
|
||||
<a id="Cysharp_Threading_Tasks_TriggerEvent_1_SetError_" data-uid="Cysharp.Threading.Tasks.TriggerEvent`1.SetError*"></a>
|
||||
<h4 id="Cysharp_Threading_Tasks_TriggerEvent_1_SetError_Exception_" data-uid="Cysharp.Threading.Tasks.TriggerEvent`1.SetError(Exception)">SetError(Exception)</h4>
|
||||
<h4 id="Cysharp_Threading_Tasks_TriggerEvent_1_SetError_System_Exception_" data-uid="Cysharp.Threading.Tasks.TriggerEvent`1.SetError(System.Exception)">SetError(Exception)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -277,7 +277,7 @@
|
||||
<section>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<dl class="cysharpdocfx-valuedefinition">
|
||||
<dt><span class="parametername"><code>exception</code></span> <span class="xref">Exception</span></dt>
|
||||
<dt><span class="parametername"><code>exception</code></span> <span class="xref">System.Exception</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user