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 imageCopy Code
                                  public abstract class ProcessResourceLock
Visual Basic (Declaration) Copy imageCopy Code
                                  Public MustInherit Class ProcessResourceLock

The type exposes the following members.

Public Constructors

  Name Description
Public method ProcessResourceLock
Constructor

Public Methods

  Name Description
Public method Dispose
Disposes this instance and releases the ownership lock.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Lock
Locks the process wide resource and performs initialization by calling the OnLock() method.
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDispose
Method that is called when the process wide lock is disposed.
Protected method OnLock
Method that is called when the process wide lock has been obtained and initalization should be performed.

See Also

Advanced