SPSchedule class
工作定義中支援不同的排程類型所使用的抽象基底類別。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.SPSchedule
Microsoft.SharePoint.SPDailySchedule
Microsoft.SharePoint.SPHourlySchedule
Microsoft.SharePoint.SPMinuteSchedule
Microsoft.SharePoint.SPMonthlyByDaySchedule
Microsoft.SharePoint.SPOneTimeSchedule
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public MustInherit Class SPSchedule
'用途
Dim instance As SPSchedule
public abstract class SPSchedule
備註
使用SPJobDefinition類別的Schedule屬性來取得工作定義的排程。
SharePoint Foundation工作定義可以使用下列排程類型:
SharePoint Foundation不支援擴充SPSchedule類別。
從SPSchedule衍生的類別中的開始和結束屬性時工作應該啟動,但不會影響工作完成時,請指定時間間隔。計時器服務將選取的開始和結束之間的隨機時間,並會在該時間啟動工作。這項功能主要用於在伺服陣列中的多部電腦執行需要大量資源的工作。隨機的開始時間可確保這樣做並不是所有的開始同時,這也會造成負面影響伺服器的可用性。若要精確的時間來啟動工作,排程的開始和結束值應該完全相同。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.