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
- granularity
Type: Microsoft.Office.Server.Utilities.IterationGranularity
The IterationGranularity object.
Return Value
Type: System.Boolean
Returns Boolean.