Update the table of identities to include an updated (renamed) user name.
Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub RefreshIdentityDisplayName ( _
    requestContext As TeamFoundationRequestContext _
)
public void RefreshIdentityDisplayName(
    TeamFoundationRequestContext requestContext
)
public:
void RefreshIdentityDisplayName(
    TeamFoundationRequestContext^ requestContext
)
member RefreshIdentityDisplayName : 
        requestContext:TeamFoundationRequestContext -> unit
public function RefreshIdentityDisplayName(
    requestContext : TeamFoundationRequestContext
)
Parameters
- requestContext 
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext- The request context. 
.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.