AnalyticsJobBase.CompletedRunsIsIncremented method
Checks if the analysis job has completed a new run.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Function CompletedRunsIsIncremented ( _
numFromEngine As Long _
) As Boolean
'Usage
Dim numFromEngine As Long
Dim returnValue As Boolean
returnValue = Me.CompletedRunsIsIncremented(numFromEngine)
protected bool CompletedRunsIsIncremented(
long numFromEngine
)
Parameters
numFromEngine
Type: System.Int64The run performed by the Analysis Agent Engine.
Return value
Type: System.Boolean
true if a new run is completed; otherwise, false.