UnprocessedCommit.FromTfsGitCommit, méthode
Espace de noms : Microsoft.TeamFoundation.Git.Server
Assembly : Microsoft.TeamFoundation.Git.Server (dans Microsoft.TeamFoundation.Git.Server.dll)
Syntaxe
'Déclaration
Public Shared Function FromTfsGitCommit ( _
requestContext As TeamFoundationRequestContext, _
commit As TfsGitCommit, _
pushId As Integer _
) As UnprocessedCommit
public static UnprocessedCommit FromTfsGitCommit(
TeamFoundationRequestContext requestContext,
TfsGitCommit commit,
int pushId
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- commit
Type : Microsoft.TeamFoundation.Git.Server.TfsGitCommit
- pushId
Type : System.Int32
Valeur de retour
Type : Microsoft.TeamFoundation.Git.Server.UnprocessedCommit
retourne UnprocessedCommit ;
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.