Skip to content

Commit

Permalink
Release refs/heads/master
Browse files Browse the repository at this point in the history
  • Loading branch information
einarmo committed Jun 13, 2024
1 parent 115b30e commit b736ddc
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions api/Cognite.Extractor.Common.OperationScheduler-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h4 id="Cognite_Extractor_Common_OperationScheduler_1_AbortChunk_Cognite_Extract
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected abstract void AbortChunk(IChunk&lt;T&gt; chunk, CancellationToken token)</code></pre>
<pre><code class="lang-csharp hljs">protected abstract Task AbortChunk(IChunk&lt;T&gt; chunk, CancellationToken token)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand All @@ -262,6 +262,21 @@ <h5 class="parameters">Parameters</h5>
</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.task">Task</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/cognitedata/dotnet-extractor-utils/new/master/apiSpec/new?filename=Cognite_Extractor_Common_OperationScheduler_1_ConsumeChunk_Cognite_Extractor_Common_IChunk__0__System_Threading_CancellationToken_.md&amp;value=---%0Auid%3A%20Cognite.Extractor.Common.OperationScheduler%601.ConsumeChunk(Cognite.Extractor.Common.IChunk%7B%600%7D%2CSystem.Threading.CancellationToken)%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 Expand Up @@ -325,7 +340,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/cognitedata/dotnet-extractor-utils/new/master/apiSpec/new?filename=Cognite_Extractor_Common_OperationScheduler_1_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20Cognite.Extractor.Common.OperationScheduler%601.Dispose(System.Boolean)%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/cognitedata/dotnet-extractor-utils/blob/master/Cognite.Common/OperationScheduler.cs/#L330">View Source</a>
<a href="https://github.com/cognitedata/dotnet-extractor-utils/blob/master/Cognite.Common/OperationScheduler.cs/#L328">View Source</a>
</span>
<a id="Cognite_Extractor_Common_OperationScheduler_1_Dispose_" data-uid="Cognite.Extractor.Common.OperationScheduler`1.Dispose*"></a>
<h4 id="Cognite_Extractor_Common_OperationScheduler_1_Dispose_System_Boolean_" data-uid="Cognite.Extractor.Common.OperationScheduler`1.Dispose(System.Boolean)">Dispose(bool)</h4>
Expand Down Expand Up @@ -642,7 +657,7 @@ <h4 id="Cognite_Extractor_Common_OperationScheduler_1_HandleTaskResult_Cognite_E
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected abstract IEnumerable&lt;T&gt; HandleTaskResult(IChunk&lt;T&gt; chunk, CancellationToken token)</code></pre>
<pre><code class="lang-csharp hljs">protected abstract Task&lt;IEnumerable&lt;T&gt;&gt; HandleTaskResult(IChunk&lt;T&gt; chunk, CancellationToken token)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
Expand Down Expand Up @@ -678,7 +693,7 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;T&gt;</td>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;T&gt;&gt;</td>
<td><p>New elements</p>
</td>
</tr>
Expand Down

0 comments on commit b736ddc

Please sign in to comment.