TfsGitRefUpdateResult Constructor
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(), _
status As TfsGitRefUpdateStatus _
)
public TfsGitRefUpdateResult(
string name,
byte[] oldObjectId,
byte[] newObjectId,
TfsGitRefUpdateStatus status
)
public:
TfsGitRefUpdateResult(
String^ name,
array<unsigned char>^ oldObjectId,
array<unsigned char>^ newObjectId,
TfsGitRefUpdateStatus status
)
new :
name:string *
oldObjectId:byte[] *
newObjectId:byte[] *
status:TfsGitRefUpdateStatus -> TfsGitRefUpdateResult
public function TfsGitRefUpdateResult(
name : String,
oldObjectId : byte[],
newObjectId : byte[],
status : TfsGitRefUpdateStatus
)
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.