mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-31 01:40:42 +00:00
Managers
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user