Share via


SPTimerService.LockRefreshSchedule property

Gets or sets an Microsoft.SharePoint.SPSchedule instance that specifies the timing for the lock refresh.

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

Syntax

'Declaration
Public Property LockRefreshSchedule As SPSchedule
    Get
    Set
'Usage
Dim instance As SPTimerService
Dim value As SPSchedule

value = instance.LockRefreshSchedule

instance.LockRefreshSchedule = value
public SPSchedule LockRefreshSchedule { get; set; }

Property value

Type: Microsoft.SharePoint.SPSchedule
Returns an Microsoft.SharePoint.SPSchedule instance representing the schedule for the lock refresh. The default is every 15 minutes.

See also

Reference

SPTimerService class

SPTimerService members

Microsoft.SharePoint.Administration namespace

LockTimeout

SPSchedule