Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.