SPWorkItemJobDefinition.Execute-Methode (SPJobState)
Führt eine Definition für Auftrag zur Verarbeitung von Arbeitsaufgaben an.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub Execute ( _
jobState As SPJobState _
)
'Usage
Dim instance As SPWorkItemJobDefinition
Dim jobState As SPJobState
instance.Execute(jobState)
public override void Execute(
SPJobState jobState
)
Parameter
jobState
Typ: Microsoft.SharePoint.Administration.SPJobStateEine SPJobState -Instanz, die als einen Eigenschaftenbehälter für beibehaltene Auftrag Definitionseigenschaften fungiert.
Siehe auch
Referenz
SPWorkItemJobDefinition Klasse