public class NormalizationLockingStrategy : INormalizationLockingStrategy
Public Class NormalizationLockingStrategy
Implements INormalizationLockingStrategy
public ref class NormalizationLockingStrategy : INormalizationLockingStrategy
type NormalizationLockingStrategy =
class
interface INormalizationLockingStrategy
end
NormalizationLockingStrategy | Объект, отвечающий за блокировки, связанные с наполнением справочников нормализации. |
AttemptCount | Количество попыток для получения блокировки. По умолчанию в два раза превышает DefaultAttemptCount. |
ObjectLockingStrategy | Стратегия по управлению блокировками любых объектов. |
ObjectLockingStrategyOptions | |
RetryTimeout | Пауза между попытками получить блокировку в миллисекундах. По умолчанию в два раза превышает DefaultRetryTimeout. |
AcquireLockAsync | Получает эксклюзивную блокировку на модификацию справочника в Redis. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ReleaseLockAsync | Освобождает эксклюзивную блокировку на модификацию справочника в Redis. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |