UnprocessedCommit Constructor
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
)
public:
UnprocessedCommit(
String^ teamProjectUri,
Guid repositoryId,
array<unsigned char>^ objectId,
int pushId,
String^ comment,
String^ committer,
String^ author,
DateTime commitTime,
DateTime authorTime,
String^ notes
)
new :
teamProjectUri:string *
repositoryId:Guid *
objectId:byte[] *
pushId:int *
comment:string *
committer:string *
author:string *
commitTime:DateTime *
authorTime:DateTime *
notes:string -> UnprocessedCommit
public function UnprocessedCommit(
teamProjectUri : String,
repositoryId : Guid,
objectId : byte[],
pushId : int,
comment : String,
committer : String,
author : String,
commitTime : DateTime,
authorTime : DateTime,
notes : String
)
Parameters
- 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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.