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.
Returns the ID for the last change that was performed on the location data.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetLastChangeId ( _
requestContext As TeamFoundationRequestContext _
) As Integer
public int GetLastChangeId(
TeamFoundationRequestContext requestContext
)
public:
virtual int GetLastChangeId(
TeamFoundationRequestContext^ requestContext
) sealed
abstract GetLastChangeId :
requestContext:TeamFoundationRequestContext -> int
override GetLastChangeId :
requestContext:TeamFoundationRequestContext -> int
public final function GetLastChangeId(
requestContext : TeamFoundationRequestContext
) : int
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context this call is associated with.
Return Value
Type: System.Int32
The ID for the last change that was performed on the location data.
Implements
ITeamFoundationLocationService.GetLastChangeId(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.