GetNumberOfInactiveProfiles Method
Syntax
'Declaration Public Overrides NotOverridable Function GetNumberOfInactiveProfiles( _ ByVal authenticationOption As System.Web.Profile.ProfileAuthenticationOption, _ ByVal userInactiveSinceDate As System.Date _ ) As System.Integer
'Usage Dim instance As VistaDBProfileProvider Dim authenticationOption As System.Web.Profile.ProfileAuthenticationOption Dim userInactiveSinceDate As System.Date Dim value As System.Integer value = instance.GetNumberOfInactiveProfiles(authenticationOption, userInactiveSinceDate)
public override System.int GetNumberOfInactiveProfiles( System.Web.Profile.ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate )
public function GetNumberOfInactiveProfiles( authenticationOption: System.Web.Profile.ProfileAuthenticationOption; userInactiveSinceDate: System.DateTime ): System.Integer; override;
public override function GetNumberOfInactiveProfiles( authenticationOption : System.Web.Profile.ProfileAuthenticationOption, userInactiveSinceDate : System.DateTime ) : System.int;
public: System.int GetNumberOfInactiveProfiles( System.Web.Profile.ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) override
public: System.int GetNumberOfInactiveProfiles( System.Web.Profile.ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) override
Parameters
- authenticationOption
- userInactiveSinceDate
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also