Class LocalAbpDistributedLockHandle
Inheritance
object
LocalAbpDistributedLockHandle
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.Abstractions.dll
Syntax
public class LocalAbpDistributedLockHandle : IAbpDistributedLockHandle, IAsyncDisposable
Constructors
LocalAbpDistributedLockHandle(SemaphoreSlim)
Declaration
public LocalAbpDistributedLockHandle(SemaphoreSlim semaphore)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Threading.SemaphoreSlim | semaphore |
Methods
DisposeAsync()
Declaration
public ValueTask DisposeAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.ValueTask |
Implements
System.IAsyncDisposable