MySQLProfileProvider.GetNumberOfInactiveProfiles Method

MySQL Connector/Net

MySQLProfileProviderGetNumberOfInactiveProfiles Method

Namespace: MySql.Web.Profile
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public override int GetNumberOfInactiveProfiles(
	ProfileAuthenticationOption authenticationOption,
	DateTime userInactiveSinceDate
)
Public Overrides Function GetNumberOfInactiveProfiles ( 
	authenticationOption As ProfileAuthenticationOption,
	userInactiveSinceDate As DateTime
) As Integer
public:
virtual int GetNumberOfInactiveProfiles(
	ProfileAuthenticationOption authenticationOption, 
	DateTime userInactiveSinceDate
) override
abstract GetNumberOfInactiveProfiles : 
        authenticationOption : ProfileAuthenticationOption * 
        userInactiveSinceDate : DateTime -> int 
override GetNumberOfInactiveProfiles : 
        authenticationOption : ProfileAuthenticationOption * 
        userInactiveSinceDate : DateTime -> int 

Parameters

authenticationOption
Type: System.Web.ProfileProfileAuthenticationOption
userInactiveSinceDate
Type: SystemDateTime

Return Value

Type: Int32
See Also