private bool StopPurging([NotNullWhen(true)] out string?stopReason, [NotNullWhen(false)] out IQuotaRule?rule) => _quotaKeeper.StopPurging(out stopReason, out rule);
Beispiel #2
0
 private bool StopPurging(out string stopReason, out IQuotaRule rule) => _quotaKeeper.StopPurging(out stopReason, out rule);