1 override of GetNumberOfInactiveProfiles
System.Web (1)
Profile\SqlProfileProvider.cs (1)
411public override int GetNumberOfInactiveProfiles(ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
2 references to GetNumberOfInactiveProfiles
System.Web (2)
Profile\ProfileManager.cs (2)
105return Provider.GetNumberOfInactiveProfiles(authenticationOption, DateTime.Now.AddDays(1)); // 113return Provider.GetNumberOfInactiveProfiles(authenticationOption, userInactiveSinceDate);