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
processSecurityIdentifier
Type: System.Security.Principal.SecurityIdentifierThe ID of the new process.
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