TimerJobUtility.ShouldCancelCore Method

Determines whether the iteration should be cancelled.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Protected Overrides Function ShouldCancelCore ( _
    granularity As IterationGranularity _
) As Boolean
'Usage
Dim granularity As IterationGranularity
Dim returnValue As Boolean

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

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

TimerJobUtility Class

TimerJobUtility Members

Microsoft.Office.Server.Utilities Namespace