Freigeben über


UnprocessedCommit-Konstruktor

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

UnprocessedCommit Klasse

Microsoft.TeamFoundation.Git.Server-Namespace