This commit is contained in:
2026-07-15 02:42:16 +03:00
parent be2a24bfd9
commit 3a1b95dbc5
27 changed files with 1767 additions and 197 deletions
@@ -5,7 +5,8 @@ namespace Esiur.Security.Management;
/// <summary>
/// Evaluates whether a resource operation is admitted by rate-control policy.
/// A manager may assign <see cref="ResourceManagerContext.Delay"/> when allowing
/// an operation that should be queued.
/// an operation that should be queued and
/// <see cref="ResourceManagerContext.SupportsDelay"/> is true.
/// </summary>
public interface IRateControlManager : IResourceManager
{