Partager via


TimerJobUtility.ShouldCancelCore - Méthode

Détermine si l'itération doit être annulée.

Espace de noms :  Microsoft.Office.Server.Utilities
Assembly :  Microsoft.Office.Server (dans Microsoft.Office.Server.dll)

Syntaxe

'Déclaration
Protected Overrides Function ShouldCancelCore ( _
    granularity As IterationGranularity _
) As Boolean
'Utilisation
Dim granularity As IterationGranularity
Dim returnValue As Boolean

returnValue = Me.ShouldCancelCore(granularity)
protected override bool ShouldCancelCore(
    IterationGranularity granularity
)

Paramètres

Valeur renvoyée

Type : System.Boolean
Retourne Boolean .

Voir aussi

Référence

TimerJobUtility classe

TimerJobUtility - Membres

Microsoft.Office.Server.Utilities - Espace de noms