Share via


SPTimerService.LockTimeout property

Gets or sets an integer value that specifies the amount of time in which a service lock times out.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property LockTimeout As Integer
    Get
    Set
'Usage
Dim instance As SPTimerService
Dim value As Integer

value = instance.LockTimeout

instance.LockTimeout = value
public int LockTimeout { get; set; }

Property value

Type: System.Int32
Returns an integer specifying the number of minutes until a service lock times out. The default is 20 minutes.

See also

Reference

SPTimerService class

SPTimerService members

Microsoft.SharePoint.Administration namespace

LockRefreshSchedule