This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public abstract class ProcessResourceLock |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class ProcessResourceLock |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
ProcessResourceLock |
Constructor
|
Public Methods
Name | Description | |
---|---|---|
Dispose |
Disposes this instance and releases the ownership lock.
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Lock |
Locks the process wide resource and performs initialization by calling the OnLock() method.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDispose |
Method that is called when the process wide lock is disposed.
|
|
OnLock |
Method that is called when the process wide lock has been obtained and initalization should be performed.
|
See Also
Smartsite.Base Namespace