Freigeben über


TFSProvider.EventWriteEvent_MachinePool_RequestHistory-Methode

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

Syntax

'Declaration
Public Function EventWriteEvent_MachinePool_RequestHistory ( _
    PoolType As String, _
    PoolName As String, _
    InstanceName As String, _
    RequestId As Long, _
    HostId As Guid, _
    Inputs As String, _
    Outcome As String, _
    Outputs As String, _
    QueueTime As DateTime, _
    AssignTime As DateTime, _
    StartTime As DateTime, _
    FinishTime As DateTime, _
    UnassignTime As DateTime _
) As Boolean
public bool EventWriteEvent_MachinePool_RequestHistory(
    string PoolType,
    string PoolName,
    string InstanceName,
    long RequestId,
    Guid HostId,
    string Inputs,
    string Outcome,
    string Outputs,
    DateTime QueueTime,
    DateTime AssignTime,
    DateTime StartTime,
    DateTime FinishTime,
    DateTime UnassignTime
)

Parameter

Rückgabewert

Typ: System.Boolean
Gibt Boolean zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

TFSProvider Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace