We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd91b71 commit 6578cecCopy full SHA for 6578cec
src/Smdn.Net.MuninNode/Smdn.Net.MuninNode/NodeBase.cs
@@ -266,7 +266,7 @@ async ValueTask StartAsyncCore()
266
/// <remarks>
267
/// If current <c>Munin-Node</c> has already stopped, this method does nothing and returns the result.
268
/// </remarks>
269
- public ValueTask StopAsync(CancellationToken cancellationToken)
+ public ValueTask StopAsync(CancellationToken cancellationToken = default)
270
{
271
ThrowIfDisposed();
272
0 commit comments