JobWebService.QueryLatestJobHistory Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryLatestJobHistory ( _
jobIds As List(Of Guid) _
) As List(Of TeamFoundationJobHistoryEntry)
[WebMethodAttribute]
public List<TeamFoundationJobHistoryEntry> QueryLatestJobHistory(
List<Guid> jobIds
)
[WebMethodAttribute]
public:
List<TeamFoundationJobHistoryEntry^>^ QueryLatestJobHistory(
List<Guid>^ jobIds
)
[<WebMethodAttribute>]
member QueryLatestJobHistory :
jobIds:List<Guid> -> List<TeamFoundationJobHistoryEntry>
public function QueryLatestJobHistory(
jobIds : List<Guid>
) : List<TeamFoundationJobHistoryEntry>
Parameters
- jobIds
Type: System.Collections.Generic.List<Guid>
Return Value
Type: System.Collections.Generic.List<TeamFoundationJobHistoryEntry>
.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
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace