Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    name As String, _
    oldObjectId As Byte(), _
    newObjectId As Byte() _
)
public TfsGitRefUpdateRequest(
    string name,
    byte[] oldObjectId,
    byte[] newObjectId
)
public:
TfsGitRefUpdateRequest(
    String^ name, 
    array<unsigned char>^ oldObjectId, 
    array<unsigned char>^ newObjectId
)
new : 
        name:string * 
        oldObjectId:byte[] * 
        newObjectId:byte[] -> TfsGitRefUpdateRequest
public function TfsGitRefUpdateRequest(
    name : String, 
    oldObjectId : byte[], 
    newObjectId : byte[]
)
Parameters
- name
 Type: System.String
- oldObjectId
 Type: array<System.Byte[]
- newObjectId
 Type: array<System.Byte[]
.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.