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