SPService.RunningJobs-Eigenschaft
Ruft eine Auflistung der Ausführung von Aufträgen für diesen Dienst.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RunningJobs As SPRunningJobCollection
Get
'Usage
Dim instance As SPService
Dim value As SPRunningJobCollection
value = instance.RunningJobs
public SPRunningJobCollection RunningJobs { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Administration.SPRunningJobCollection
Ein SPRunningJobCollection -Objekt, das die ausgeführte Aufträge darstellt.