SPRunningJobCollection class
代表SPRunningJob物件的集合。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.SPBaseCollection
Microsoft.SharePoint.Administration.SPRunningJobCollection
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRunningJobCollection _
Inherits SPBaseCollection
'用途
Dim instance As SPRunningJobCollection
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPRunningJobCollection : SPBaseCollection
備註
此物件提供了便利的方法,來管理SharePoint Foundation伺服器陣列中的所有執行工作。SPWebApplication物件之父物件的執行的工作,或SPService物件是父項,如果沒有 Web 應用程式。執行工作可能會排程為在特定時間與SPTimerService中,執行,或可能會要求在可啟動。可能有多個執行個體數個伺服器上,或一次,工作可能是限制在一部伺服器陣列上的執行個體。
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.
請參閱
參照
SPRunningJobCollection members