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)
Available in Sandboxed Solutions: No
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.