TeamProjectCollectionWebService.GetServicingDetails Method
Retrieves log entries for a servicing job.
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetServicingDetails ( _
jobId As Guid, _
queueTime As DateTime, _
filterOptions As Integer, _
minDetailId As Long, _
<OutAttribute> ByRef complete As Boolean _
) As List(Of ServicingStepDetail)
[WebMethodAttribute]
public List<ServicingStepDetail> GetServicingDetails(
Guid jobId,
DateTime queueTime,
int filterOptions,
long minDetailId,
out bool complete
)
[WebMethodAttribute]
public:
List<ServicingStepDetail^>^ GetServicingDetails(
Guid jobId,
DateTime queueTime,
int filterOptions,
long long minDetailId,
[OutAttribute] bool% complete
)
[<WebMethodAttribute>]
member GetServicingDetails :
jobId:Guid *
queueTime:DateTime *
filterOptions:int *
minDetailId:int64 *
complete:bool byref -> List<ServicingStepDetail>
public function GetServicingDetails(
jobId : Guid,
queueTime : DateTime,
filterOptions : int,
minDetailId : long,
complete : boolean
) : List<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: System.Int32
minDetailId
Type: System.Int64Specifies the minimum servicing step detail Id.
complete
Type: System.Boolean%When this method returns, contains true if the specified job has completed.
Return Value
Type: System.Collections.Generic.List<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.
See Also
Reference
TeamProjectCollectionWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace