共用方式為


SPTimerService.LockRefreshSchedule property

取得或設定指定的鎖定重新整理的時機Microsoft.SharePoint.SPSchedule執行個體。

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

Syntax

'宣告
Public Property LockRefreshSchedule As SPSchedule
    Get
    Set
'用途
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
會傳回代表鎖定重新整理排程Microsoft.SharePoint.SPSchedule執行個體。預設值為每隔 15 分鐘。

請參閱

參照

SPTimerService class

SPTimerService members

Microsoft.SharePoint.Administration namespace

LockTimeout

SPSchedule