This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
ProcessResourceLock class that allows you to lock the number of instances of this class to limited to one.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public abstract class ProcessResourceLock : 
Visual Basic (Declaration)Copy imageCopy Code
Public MustInherit Class ProcessResourceLock _
	Implements 

Inheritance Hierarchy

System..::..Object
  Smartsite.Base..::..ProcessResourceLock
    Smartsite.Core.Services..::..ServiceRegistrations

See Also

Advanced