Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- pushId
Type: System.Int32
- repositoryId
Type: System.Guid
- pusherId
Type: System.Guid
- pushTime
Type: System.DateTime
.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.