TeamFoundationConnectionService.GetLocationServiceData Method
Queries the location service for the needed service data.
Namespace: Microsoft.TeamFoundation.Server.Core.Location
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
lastChangeId
Type: System.Int32The last change id that was passed up on the request.
Return Value
Type: Microsoft.TeamFoundation.Server.Core.Location.LocationServiceData
The constructed. LocationServiceData object.
.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.