public override MembershipUser GetUser( object providerUserKey, bool userIsOnline )
Parameters
- providerUserKey
- The unique identifier for the membership user to get information for.
- userIsOnline
- true to update the last-activity date/time stamp for the user; false to return user information without updating the last-activity date/time stamp for the user.
Return Value
A System.Web.Security.MembershipUser object populated with the specified user's information from the data source.