MonitorExtensions Methods
From Tungsten Suite
Tungsten
|
|
MonitorExtensions Methods |
The MonitorExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| InLock(Object, Action) |
Performs the action in a Monitor lock
| |
| InLockTType(Object, FuncTType) |
Performs the function in a Monitor lock
| |
| InLockAsync(Object, Action) |
Asynchronously performs the action in a Monitor lock
| |
| InLockAsyncTType(Object, FuncTType) |
Asynchronously performs the action in a Monitor lock
| |
| Lock |
Performs a Monitor lock
| |
| Unlock |
Performs a Monitor unlock
|