Share via


TfsGitPushMetadata Constructor

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    pushId As Integer, _
    repositoryId As Guid, _
    pusherId As Guid, _
    pushTime As DateTime _
)
public TfsGitPushMetadata(
    int pushId,
    Guid repositoryId,
    Guid pusherId,
    DateTime pushTime
)
public:
TfsGitPushMetadata(
    int pushId, 
    Guid repositoryId, 
    Guid pusherId, 
    DateTime pushTime
)
new : 
        pushId:int * 
        repositoryId:Guid * 
        pusherId:Guid * 
        pushTime:DateTime -> TfsGitPushMetadata
public function TfsGitPushMetadata(
    pushId : int, 
    repositoryId : Guid, 
    pusherId : Guid, 
    pushTime : DateTime
)

Parameters

.NET Framework Security

See Also

Reference

TfsGitPushMetadata Class

Microsoft.TeamFoundation.Git.Server Namespace