Share via


ITeamFoundationLocationService.GetLastChangeId Method

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
Function GetLastChangeId ( _
    requestContext As TeamFoundationRequestContext _
) As Integer
int GetLastChangeId(
    TeamFoundationRequestContext requestContext
)
int GetLastChangeId(
    TeamFoundationRequestContext^ requestContext
)
abstract GetLastChangeId : 
        requestContext:TeamFoundationRequestContext -> int
function GetLastChangeId(
    requestContext : TeamFoundationRequestContext
) : int

Parameters

Return Value

Type: System.Int32
The id for the last change that was performed on the location data.

.NET Framework Security

See Also

Reference

ITeamFoundationLocationService Interface

Microsoft.TeamFoundation.Framework.Server Namespace