1 override of DeleteInactiveProfiles
System.Web (1)
Profile\SqlProfileProvider.cs (1)
377public override int DeleteInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
1 reference to DeleteInactiveProfiles
System.Web (1)
Profile\ProfileManager.cs (1)
97return Provider.DeleteInactiveProfiles(authenticationOption, userInactiveSinceDate);