SyncService.GetSyncMappingChange Method

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
)
[WebMethodAttribute]
public:
bool GetSyncMappingChange(
    Guid serverId, 
    int baselineRev, 
    [OutAttribute] SyncMapping^% mapping
)
[<WebMethodAttribute>]
member GetSyncMappingChange : 
        serverId:Guid * 
        baselineRev:int * 
        mapping:SyncMapping byref -> bool
public function GetSyncMappingChange(
    serverId : Guid, 
    baselineRev : int, 
    mapping : SyncMapping
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

SyncService Class

Microsoft.TeamFoundation.Integration.Server Namespace