System.Web.Profile.ProfileManager.GetNumberOfInactiveProfiles C# (CSharp) Méthode

GetNumberOfInactiveProfiles() public static méthode

public static GetNumberOfInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int
authenticationOption ProfileAuthenticationOption
userInactiveSinceDate System.DateTime
Résultat int
		public static int GetNumberOfInactiveProfiles (ProfileAuthenticationOption authenticationOption, DateTime userInactiveSinceDate)
		{
			return Provider.GetNumberOfInactiveProfiles (authenticationOption, userInactiveSinceDate);
		}