Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
AddRecentUser is used to note a user that the calling user has recently used in an action. This allows this system to track recent users and use this list to improve suggestions for the selection of users.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Sub AddRecentUser ( _
requestContext As TeamFoundationRequestContext, _
recentUser As Guid _
)
void AddRecentUser(
TeamFoundationRequestContext requestContext,
Guid recentUser
)
void AddRecentUser(
TeamFoundationRequestContext^ requestContext,
Guid recentUser
)
abstract AddRecentUser :
requestContext:TeamFoundationRequestContext *
recentUser:Guid -> unit
function AddRecentUser(
requestContext : TeamFoundationRequestContext,
recentUser : Guid
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
recentUser
Type: System.GuidTeamFoundationId of the user to add to the recent users list.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.