This documentation is archived and is not being maintained.
ITeamProjectCollectionServicing.GetServicingDetails Method
Visual Studio 2013
Retrieves log entries for a servicing job.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
abstract GetServicingDetails : jobId:Guid * queueTime:DateTime * filterOptions:ServicingStepDetailFilterOptions * minDetailsId:int64 * complete:bool byref -> ServicingStepDetail[]
Parameters
- jobId
- Type: System.Guid
The id of the job to retrieve details for.
- queueTime
- Type: System.DateTime
QueueTime of the job invocation you want details for.
- filterOptions
- Type: Microsoft.TeamFoundation.Framework.Client.ServicingStepDetailFilterOptions
Controls how the queueTime is interpreted.
- minDetailsId
- Type: System.Int64
Specifies 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.
- 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.
Show: