SyncService.GetSyncMappingChange, méthode
Espace de noms : Microsoft.TeamFoundation.Integration.Server
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
<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
)
Paramètres
- serverId
Type : System.Guid
- baselineRev
Type : System.Int32
- mapping
Type : Microsoft.TeamFoundation.Integration.Server.SyncMapping%
Valeur de retour
Type : System.Boolean
retourne Boolean ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.