Freigeben über


SyncService.GetSyncMappingChange-Methode

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetSyncMappingChange ( _
    serverId As Guid, _
    baselineRev As Integer, _
    <OutAttribute> ByRef mapping As SyncMapping _
) As Boolean
[WebMethodAttribute]
public bool GetSyncMappingChange(
    Guid serverId,
    int baselineRev,
    out SyncMapping mapping
)

Parameter

Rückgabewert

Typ: System.Boolean
Gibt Boolean zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

SyncService Klasse

Microsoft.TeamFoundation.Integration.Server-Namespace