UnprocessedCommit, constructeur
Espace de noms : Microsoft.TeamFoundation.Git.Server
Assembly : Microsoft.TeamFoundation.Git.Server (dans Microsoft.TeamFoundation.Git.Server.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- teamProjectUri
Type : System.String
- repositoryId
Type : System.Guid
- objectId
Type : array<System.Byte[]
- pushId
Type : System.Int32
- comment
Type : System.String
- committer
Type : System.String
- author
Type : System.String
- commitTime
Type : System.DateTime
- authorTime
Type : System.DateTime
- notes
Type : System.String
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.