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
- teamProjectUri
Typ: System.String
- repositoryId
Typ: System.Guid
- objectId
Typ: array<System.Byte[]
- pushId
Typ: System.Int32
- comment
Typ: System.String
- committer
Typ: System.String
- author
Typ: System.String
- commitTime
Typ: System.DateTime
- authorTime
Typ: System.DateTime
- notes
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.