SPServiceApplication.OnDependentProcessIdentityChanged method

Executes when a process identity associated with the service application is changed.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable Sub OnDependentProcessIdentityChanged
'Usage

Me.OnDependentProcessIdentityChanged()
protected virtual void OnDependentProcessIdentityChanged()

Remarks

Override this method to ensure that process identities that are associated with the service application have access to service resources.

When you override the X method in a derived class, be sure to call the X method of the base class in your derived method.

See also

Reference

SPServiceApplication class

SPServiceApplication members

Microsoft.SharePoint.Administration namespace