Class AbpDistributedLockHandleExtensions
Inheritance
object
AbpDistributedLockHandleExtensions
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.dll
Syntax
public static class AbpDistributedLockHandleExtensions
Methods
ToDistributedSynchronizationHandle(IAbpDistributedLockHandle)
Declaration
public static IDistributedSynchronizationHandle ToDistributedSynchronizationHandle(this IAbpDistributedLockHandle handle)
Parameters
| Type | Name | Description |
|---|---|---|
| IAbpDistributedLockHandle | handle |
Returns
| Type | Description |
|---|---|
| Medallion.Threading.IDistributedSynchronizationHandle |