ISyncService.GetSyncMappingChange Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetSyncMappingChange ( _
serverId As Guid, _
baselineRev As Integer, _
<OutAttribute> ByRef mapping As SyncMapping _
) As Boolean
bool GetSyncMappingChange(
Guid serverId,
int baselineRev,
out SyncMapping mapping
)
bool GetSyncMappingChange(
Guid serverId,
int baselineRev,
[OutAttribute] SyncMapping^% mapping
)
abstract GetSyncMappingChange :
serverId:Guid *
baselineRev:int *
mapping:SyncMapping byref -> bool
function GetSyncMappingChange(
serverId : Guid,
baselineRev : int,
mapping : SyncMapping
) : boolean
Parameters
- serverId
Type: System.Guid
- baselineRev
Type: System.Int32
- mapping
Type: Microsoft.TeamFoundation.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.