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
- serverId
Type: System.Guid
- baselineRev
Type: System.Int32
- mapping
Type: Microsoft.TeamFoundation.Integration.Server.SyncMapping%
Return Value
Type: System.Boolean
Returns Boolean.
.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.