Freigeben über


TeamFoundationConnectionService.GetLocationServiceData-Methode

Er fragt den Ortsdienst für die erforderlichen seine Daten ab.

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
)

Parameter

  • lastChangeId
    Typ: System.Int32
    Die letzte Änderungs-ID, die oben auf die Anforderung übergeben wurde.

Rückgabewert

Typ: Microsoft.TeamFoundation.Server.Core.Location.LocationServiceData
Erstellt.LocationServiceData-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationConnectionService Klasse

Microsoft.TeamFoundation.Server.Core.Location-Namespace