Class LocalAbpDistributedLockHandle
Inherited Members
Namespace: Volo.Abp.DistributedLocking
Assembly: Volo.Abp.DistributedLocking.Abstractions.dll
Syntax
public class LocalAbpDistributedLockHandle : IAbpDistributedLockHandle, IAsyncDisposable
Constructors
LocalAbpDistributedLockHandle(IDisposable)
Declaration
public LocalAbpDistributedLockHandle(IDisposable disposable)
Parameters
| Type | Name | Description |
|---|---|---|
| IDisposable | disposable |
Methods
DisposeAsync()
Declaration
public ValueTask DisposeAsync()
Returns
| Type | Description |
|---|---|
| ValueTask |