Skip to content

Commit

Permalink
Refreshed docs for Threading 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jul 1, 2024
1 parent c581485 commit 14a5451
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ <h5 class="parameters">Parameters</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Net_Cluster_Consensus_Raft_DiskBasedStateMachine_InitializeAsync_System_Threading_CancellationToken_.md&amp;value=---%0Auid%3A%20DotNext.Net.Cluster.Consensus.Raft.DiskBasedStateMachine.InitializeAsync(System.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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/DiskBasedStateMachine.cs/#L217">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/DiskBasedStateMachine.cs/#L212">View Source</a>
</span>
<a id="DotNext_Net_Cluster_Consensus_Raft_DiskBasedStateMachine_InitializeAsync_" data-uid="DotNext.Net.Cluster.Consensus.Raft.DiskBasedStateMachine.InitializeAsync*"></a>
<h4 id="DotNext_Net_Cluster_Consensus_Raft_DiskBasedStateMachine_InitializeAsync_System_Threading_CancellationToken_" data-uid="DotNext.Net.Cluster.Consensus.Raft.DiskBasedStateMachine.InitializeAsync(System.Threading.CancellationToken)">InitializeAsync(CancellationToken)</h4>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ <h5 class="exceptions">Exceptions</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine__ctor_System_String_System_Int32_DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_Options_.md&amp;value=---%0Auid%3A%20DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.%23ctor(System.String%2CSystem.Int32%2CDotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.Options)%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/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L77">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L80">View Source</a>
</span>
<a id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine__ctor_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.#ctor*"></a>
<h4 id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine__ctor_System_String_System_Int32_DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_Options_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.#ctor(System.String,System.Int32,DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.Options)">MemoryBasedStateMachine(string, int, Options?)</h4>
Expand Down Expand Up @@ -361,7 +361,7 @@ <h3 id="properties">Properties
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_CompactionCount.md&amp;value=---%0Auid%3A%20DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.CompactionCount%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/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L142">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L146">View Source</a>
</span>
<a id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_CompactionCount_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.CompactionCount*"></a>
<h4 id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_CompactionCount" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.CompactionCount">CompactionCount</h4>
Expand Down Expand Up @@ -392,7 +392,7 @@ <h5 class="propertyValue">Property Value</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_IsBackgroundCompaction.md&amp;value=---%0Auid%3A%20DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.IsBackgroundCompaction%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/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L89">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L92">View Source</a>
</span>
<a id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_IsBackgroundCompaction_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.IsBackgroundCompaction*"></a>
<h4 id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_IsBackgroundCompaction" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.IsBackgroundCompaction">IsBackgroundCompaction</h4>
Expand Down Expand Up @@ -427,7 +427,7 @@ <h3 id="methods">Methods
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_ApplyAsync_DotNext_Net_Cluster_Consensus_Raft_PersistentState_LogEntry_.md&amp;value=---%0Auid%3A%20DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.ApplyAsync(DotNext.Net.Cluster.Consensus.Raft.PersistentState.LogEntry)%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/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L679">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L683">View Source</a>
</span>
<a id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_ApplyAsync_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.ApplyAsync*"></a>
<h4 id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_ApplyAsync_DotNext_Net_Cluster_Consensus_Raft_PersistentState_LogEntry_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.ApplyAsync(DotNext.Net.Cluster.Consensus.Raft.PersistentState.LogEntry)">ApplyAsync(LogEntry)</h4>
Expand Down Expand Up @@ -488,7 +488,7 @@ <h5 id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_ApplyAsync_Do
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_ClearAsync_System_Threading_CancellationToken_.md&amp;value=---%0Auid%3A%20DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.ClearAsync(System.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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L789">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L790">View Source</a>
</span>
<a id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_ClearAsync_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.ClearAsync*"></a>
<h4 id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_ClearAsync_System_Threading_CancellationToken_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.ClearAsync(System.Threading.CancellationToken)">ClearAsync(CancellationToken)</h4>
Expand Down Expand Up @@ -606,7 +606,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.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/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L809">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L810">View Source</a>
</span>
<a id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_Dispose_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.Dispose*"></a>
<h4 id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_Dispose_System_Boolean_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.Dispose(System.Boolean)">Dispose(bool)</h4>
Expand Down Expand Up @@ -642,7 +642,7 @@ <h5 class="overrides">Overrides</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_ForceCompactionAsync_System_Int64_System_Threading_CancellationToken_.md&amp;value=---%0Auid%3A%20DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.ForceCompactionAsync(System.Int64%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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L164">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L168">View Source</a>
</span>
<a id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_ForceCompactionAsync_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.ForceCompactionAsync*"></a>
<h4 id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_ForceCompactionAsync_System_Int64_System_Threading_CancellationToken_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.ForceCompactionAsync(System.Int64,System.Threading.CancellationToken)">ForceCompactionAsync(long, CancellationToken)</h4>
Expand Down Expand Up @@ -730,7 +730,7 @@ <h5 class="exceptions">Exceptions</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_InitializeAsync_System_Threading_CancellationToken_.md&amp;value=---%0Auid%3A%20DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.InitializeAsync(System.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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L778">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L779">View Source</a>
</span>
<a id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_InitializeAsync_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.InitializeAsync*"></a>
<h4 id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_InitializeAsync_System_Threading_CancellationToken_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.InitializeAsync(System.Threading.CancellationToken)">InitializeAsync(CancellationToken)</h4>
Expand Down Expand Up @@ -798,7 +798,7 @@ <h5 class="exceptions">Exceptions</h5>
<a href="https://github.com/dotnet/dotNext/new/gh-pages/docs/api/new?filename=DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_ReplayAsync_System_Threading_CancellationToken_.md&amp;value=---%0Auid%3A%20DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.ReplayAsync(System.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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L731">View Source</a>
<a href="https://github.com/dotnet/dotNext/blob/gh-pages/src/cluster/DotNext.Net.Cluster/Net/Cluster/Consensus/Raft/MemoryBasedStateMachine.cs/#L732">View Source</a>
</span>
<a id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_ReplayAsync_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.ReplayAsync*"></a>
<h4 id="DotNext_Net_Cluster_Consensus_Raft_MemoryBasedStateMachine_ReplayAsync_System_Threading_CancellationToken_" data-uid="DotNext.Net.Cluster.Consensus.Raft.MemoryBasedStateMachine.ReplayAsync(System.Threading.CancellationToken)">ReplayAsync(CancellationToken)</h4>
Expand Down
Loading

0 comments on commit 14a5451

Please sign in to comment.