SearchServiceApplication.OnProcessIdentityChanged method

Called when the process ID is changed.

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

Syntax

'Declaration
Protected Overrides Sub OnProcessIdentityChanged ( _
    processSecurityIdentifier As SecurityIdentifier _
)
'Usage
Dim processSecurityIdentifier As SecurityIdentifier

Me.OnProcessIdentityChanged(processSecurityIdentifier)
protected override void OnProcessIdentityChanged(
    SecurityIdentifier processSecurityIdentifier
)

Parameters

Remarks

This override grants access for the process ID to the SearchAdminDatabase, the SearchPropertyStoreDatabase, and the SearchGathererDatabase. This override also synchronizes the data in the current SearchServiceApplication with the data in the three databases.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace