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

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