DefaultProfileProvider.GetNumberOfInactiveProfiles Method (ProfileAuthenticationOption, DateTime)

 

Returns the number of inactive profiles.

Namespace:   System.Web.Providers
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Syntax

public override int GetNumberOfInactiveProfiles(
    ProfileAuthenticationOption authenticationOption,
    DateTime userInactiveSinceDate
)
public:
virtual int GetNumberOfInactiveProfiles(
    ProfileAuthenticationOption authenticationOption,
    DateTime userInactiveSinceDate
) override
override GetNumberOfInactiveProfiles : 
        authenticationOption:ProfileAuthenticationOption *
        userInactiveSinceDate:DateTime -> int
Public Overrides Function GetNumberOfInactiveProfiles (
    authenticationOption As ProfileAuthenticationOption,
    userInactiveSinceDate As Date
) As Integer

Parameters

  • userInactiveSinceDate
    Type: System.DateTime

    The date since the user is inactive.

Return Value

Type: System.Int32

The number of inactive profiles.

See Also

DefaultProfileProvider Class
System.Web.Providers Namespace
ASP.NET Identity

Return to top