Class DistributedLockKeyNormalizer
Inheritance
object
DistributedLockKeyNormalizer
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.DistributedLocking
Assembly: Volo.Abp.DistributedLocking.Abstractions.dll
Syntax
public class DistributedLockKeyNormalizer : IDistributedLockKeyNormalizer, ITransientDependency
Constructors
DistributedLockKeyNormalizer(IOptions<AbpDistributedLockOptions>)
Declaration
public DistributedLockKeyNormalizer(IOptions<AbpDistributedLockOptions> options)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Extensions.Options.IOptions<TOptions><AbpDistributedLockOptions> | options |
Properties
Options
Declaration
protected AbpDistributedLockOptions Options { get; }
Property Value
Type | Description |
---|---|
AbpDistributedLockOptions |
Methods
NormalizeKey(string)
Declaration
public virtual string NormalizeKey(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Returns
Type | Description |
---|---|
string |