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.
Retrieves log entries for a servicing job.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetServicingDetails ( _
jobId As Guid, _
queueTime As DateTime, _
filterOptions As ServicingStepDetailFilterOptions, _
minDetailsId As Long, _
<OutAttribute> ByRef complete As Boolean _
) As ServicingStepDetail()
ServicingStepDetail[] GetServicingDetails(
Guid jobId,
DateTime queueTime,
ServicingStepDetailFilterOptions filterOptions,
long minDetailsId,
out bool complete
)
array<ServicingStepDetail^>^ GetServicingDetails(
Guid jobId,
DateTime queueTime,
ServicingStepDetailFilterOptions filterOptions,
long long minDetailsId,
[OutAttribute] bool% complete
)
abstract GetServicingDetails :
jobId:Guid *
queueTime:DateTime *
filterOptions:ServicingStepDetailFilterOptions *
minDetailsId:int64 *
complete:bool byref -> ServicingStepDetail[]
function GetServicingDetails(
jobId : Guid,
queueTime : DateTime,
filterOptions : ServicingStepDetailFilterOptions,
minDetailsId : long,
complete : boolean
) : ServicingStepDetail[]
Parameters
jobId
Type: System.GuidThe id of the job to retrieve details for.
queueTime
Type: System.DateTimeQueueTime of the job invocation you want details for.
filterOptions
Type: Microsoft.TeamFoundation.Framework.Client.ServicingStepDetailFilterOptionsControls how the queueTime is interpreted.
minDetailsId
Type: System.Int64Specifies the minimum servicing step detail Id. The method returns servicing step details with detailId greater or equal to minDetailId.
complete
Type: System.Boolean%When this method returns, contains true if the specified job has completed.
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Client.ServicingStepDetail[]
The log entries
.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.