TeamFoundationConnectionService.GetLocationServiceData Method

Queries the location service for the needed service data.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetLocationServiceData ( _
    requestContext As TeamFoundationRequestContext, _
    lastChangeId As Integer _
) As LocationServiceData
public LocationServiceData GetLocationServiceData(
    TeamFoundationRequestContext requestContext,
    int lastChangeId
)
public:
LocationServiceData^ GetLocationServiceData(
    TeamFoundationRequestContext^ requestContext, 
    int lastChangeId
)
member GetLocationServiceData : 
        requestContext:TeamFoundationRequestContext * 
        lastChangeId:int -> LocationServiceData
public function GetLocationServiceData(
    requestContext : TeamFoundationRequestContext, 
    lastChangeId : int
) : LocationServiceData

Parameters

  • lastChangeId
    Type: System.Int32

    The last change id that was passed up on the request.

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.LocationServiceData
The constructed. LocationServiceData object.

.NET Framework Security

See Also

Reference

TeamFoundationConnectionService Class

Microsoft.TeamFoundation.Framework.Server Namespace