LockedSection Class |
Namespace: CMS.Base
public class LockedSection : IDisposable
The LockedSection type exposes the following members.
Name | Description | |
---|---|---|
LockedSection(Boolean, Object) |
Constructor, locks the section on specific object.
| |
LockedSection(Boolean, String) |
Constructor, locks the section on the given string key.
|
Name | Description | |
---|---|---|
mBoolCondition |
Boolean condition for the locking.
| |
mLock |
Object for the synchronization.
| |
mWasBlocked |
Flag whether the execution was blocked by another code or not.
|
Name | Description | |
---|---|---|
WasBlocked |
Returns whether the execution was blocked by another code or not.
|