Поделиться через


RateLimiter.AttemptAcquireCore(Int32) Метод

Определение

Метод, реализующий RateLimiter реализации для AttemptAcquire(Int32).

protected abstract System.Threading.RateLimiting.RateLimitLease AttemptAcquireCore (int permitCount);
abstract member AttemptAcquireCore : int -> System.Threading.RateLimiting.RateLimitLease
Protected MustOverride Function AttemptAcquireCore (permitCount As Integer) As RateLimitLease

Параметры

permitCount
Int32

Количество разрешений, которые нужно попытаться приобрести.

Возвращаемое значение

Применяется к