Construtor TfsGitRefUpdateRequest
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (em Microsoft.TeamFoundation.Git.Server.dll)
Sintaxe
'Declaração
Public Sub New ( _
name As String, _
oldObjectId As Byte(), _
newObjectId As Byte() _
)
public TfsGitRefUpdateRequest(
string name,
byte[] oldObjectId,
byte[] newObjectId
)
Parâmetros
- name
Tipo: System.String
- oldObjectId
Tipo: array<System.Byte[]
- newObjectId
Tipo: array<System.Byte[]
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.