Class MedallionAbpDistributedLockHandle
Inheritance
object
MedallionAbpDistributedLockHandle
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 class MedallionAbpDistributedLockHandle : IAbpDistributedLockHandle, IAsyncDisposable
Constructors
MedallionAbpDistributedLockHandle(IDistributedSynchronizationHandle)
Declaration
public MedallionAbpDistributedLockHandle(IDistributedSynchronizationHandle handle)
Parameters
Type | Name | Description |
---|---|---|
Medallion.Threading.IDistributedSynchronizationHandle | handle |
Properties
Handle
Declaration
public IDistributedSynchronizationHandle Handle { get; }
Property Value
Type | Description |
---|---|
Medallion.Threading.IDistributedSynchronizationHandle |
Methods
DisposeAsync()
Declaration
public ValueTask DisposeAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.ValueTask |
Implements
System.IAsyncDisposable