TeamProjectCollectionWebService.GetServicingDetails Method
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.Guid
- queueTime
Type: System.DateTime
- filterOptions
Type: System.Int32
- minDetailId
Type: System.Int64
- complete
Type: System.Boolean%
Return Value
Type: System.Collections.Generic.List<ServicingStepDetail>
.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