Class MedallionAbpDistributedLockHandle
Inheritance
MedallionAbpDistributedLockHandle
Assembly: Volo.Abp.DistributedLocking.dll
Syntax
public class MedallionAbpDistributedLockHandle : IAbpDistributedLockHandle, IAsyncDisposable, IAsyncDisposable
Constructors
MedallionAbpDistributedLockHandle(IDistributedSynchronizationHandle)
Declaration
public MedallionAbpDistributedLockHandle(IDistributedSynchronizationHandle handle)
Parameters
Type |
Name |
Description |
IDistributedSynchronizationHandle |
handle |
|
Properties
Handle
Declaration
public IDistributedSynchronizationHandle Handle { get; }
Property Value
Type |
Description |
IDistributedSynchronizationHandle |
|
Methods
DisposeAsync()
Declaration
public ValueTask DisposeAsync()
Returns
Implements
Extension Methods