View Source
Class SystemLock
Assembly: Umbraco.Core.dll
Syntax
Constructors
View Source
SystemLock()
Declaration
View Source
SystemLock(string?)
Declaration
public SystemLock(string? name)
Parameters
| Type |
Name |
Description |
| string |
name |
|
Methods
View Source
Lock()
Declaration
public IDisposable? Lock()
Returns
| Type |
Description |
| IDisposable |
|
View Source
Lock(int)
Declaration
public IDisposable? Lock(int millisecondsTimeout)
Parameters
| Type |
Name |
Description |
| int |
millisecondsTimeout |
|
Returns
| Type |
Description |
| IDisposable |
|