Interface IDistributedLock
Interface representing a DistributedLock.
Namespace: Umbraco.Cms.Core.DistributedLocking
Assembly: Umbraco.Core.dll
Syntax
public interface IDistributedLock
Properties
View SourceLockId
Gets the LockId.
Declaration
int LockId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
LockType
Gets the DistributedLockType.
Declaration
DistributedLockType LockType { get; }
Property Value
Type | Description |
---|---|
DistributedLockType |