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
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.
.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.