![]() | ILockManager Interface |
[Missing <summary> documentation for "T:com.espertech.esper.compat.threading.locks.ILockManager"]
Namespace: com.espertech.esper.compat.threading.locks
public interface ILockManager
The ILockManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateDefaultLock |
Creates the default lock.
|
![]() | CreateLock(FuncT, TResult) | |
![]() | CreateLock(String) |
Creates a lock for the category.
|
![]() | CreateLock(Type) |
Creates a lock for the category defined by the type.
|
![]() | RegisterCategoryLock(String, FuncT, TResult) | |
![]() | RegisterCategoryLock(Type, FuncT, TResult) |