SPDistributedCacheService.OnPasswordChange method
This member overrides SPWindowsService.OnPasswordChange(SPManagedAccount.EventType).
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend Overrides Sub OnPasswordChange ( _
eventType As SPManagedAccount.EventType _
)
'Usage
Dim eventType As SPManagedAccount.EventType
Me.OnPasswordChange(eventType)
protected internal override void OnPasswordChange(
SPManagedAccount.EventType eventType
)
Parameters
- eventType
Type: Microsoft.SharePoint.Administration.SPManagedAccount.EventType
See also
Reference
SPDistributedCacheService class