SettingsUnitHelperGetLockingKey - метод
Returns the key used to store lock information for settings unit with id in Redis.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public static ObjectLockKey GetLockingKey(
Guid id
)
Public Shared Function GetLockingKey (
id As Guid
) As ObjectLockKey
public:
static ObjectLockKey GetLockingKey(
Guid id
)
static member GetLockingKey :
id : Guid -> ObjectLockKey
- id Guid
- The unique identifier of the settings unit.
ObjectLockKeyThe key used to store lock information for settings unit with
id in Redis.