TeamFoundationVersionControlService.RefreshIdentityDisplayName Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
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
.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.