TeamFoundationLocationService.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
Public Function GetLastChangeId ( _
    requestContext As TeamFoundationRequestContext _
) As Integer
public int GetLastChangeId(
    TeamFoundationRequestContext requestContext
)
public:
int GetLastChangeId(
    TeamFoundationRequestContext^ requestContext
)
member GetLastChangeId : 
        requestContext:TeamFoundationRequestContext -> int
public 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

TeamFoundationLocationService Class

Microsoft.TeamFoundation.Framework.Server Namespace