Npgsql Api Docs

NpgsqlProfileProvider.GetNumberOfInactiveProfiles Method 

Gets number of inactive Profiles

[Visual Basic]
Overrides Public Function GetNumberOfInactiveProfiles( _
   ByVal authenticationOption As ProfileAuthenticationOption, _
   ByVal userInactiveSinceDate As Date _
) As Integer
[C#]
public override int GetNumberOfInactiveProfiles(
   ProfileAuthenticationOption authenticationOption,
   DateTime userInactiveSinceDate
);

Parameters

authenticationOption
userInactiveSinceDate

Return Value

See Also

NpgsqlProfileProvider Class | Npgsql.Web Namespace