CrawlStorePartitionManager.Completed method

Check the state of the crawl store partition change with the supplied ID. This method should be used to check status of rebalancing and data moves that are initiated using the methods above.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function Completed ( _
    changeID As Guid _
) As Boolean
'Usage
Dim instance As CrawlStorePartitionManager
Dim changeID As Guid
Dim returnValue As Boolean

returnValue = instance.Completed(changeID)
public bool Completed(
    Guid changeID
)

Parameters

  • changeID
    Type: System.Guid

    Supplies the change ID of the partition change.

Return value

Type: System.Boolean
Returns true if the supplied change ID matches that of the currently executing partition change, false otherwise.

See also

Reference

CrawlStorePartitionManager class

CrawlStorePartitionManager members

Microsoft.Office.Server.Search.Administration namespace