Compartir a través de


UnprocessedCommit (Constructor)

Espacio de nombres:  Microsoft.TeamFoundation.Git.Server
Ensamblado:  Microsoft.TeamFoundation.Git.Server (en Microsoft.TeamFoundation.Git.Server.dll)

Sintaxis

'Declaración
Public Sub New ( _
    teamProjectUri As String, _
    repositoryId As Guid, _
    objectId As Byte(), _
    pushId As Integer, _
    comment As String, _
    committer As String, _
    author As String, _
    commitTime As DateTime, _
    authorTime As DateTime, _
    notes As String _
)
public UnprocessedCommit(
    string teamProjectUri,
    Guid repositoryId,
    byte[] objectId,
    int pushId,
    string comment,
    string committer,
    string author,
    DateTime commitTime,
    DateTime authorTime,
    string notes
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

UnprocessedCommit Clase

Microsoft.TeamFoundation.Git.Server (Espacio de nombres)