Compartilhar via


Construtor TfsGitRefUpdateResult

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(), _
    status As TfsGitRefUpdateStatus _
)
public TfsGitRefUpdateResult(
    string name,
    byte[] oldObjectId,
    byte[] newObjectId,
    TfsGitRefUpdateStatus status
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TfsGitRefUpdateResult Classe

Namespace Microsoft.TeamFoundation.Git.Server