Aracılığıyla paylaş


BuildRequestsController.GetRequests Yöntem

Ad alanı:  Microsoft.TeamFoundation.Build.Server.Rest
Derleme:  Microsoft.TeamFoundation.Build.Server (Microsoft.TeamFoundation.Build.Server.dll içinde)

Sözdizimi

'Bildirim
<HttpGetAttribute> _
Public Function GetRequests ( _
    projectName As String, _
    requestedFor As String, _
    controllerName As String, _
    definitionName As String, _
    skip As Integer, _
    top As Integer, _
    ids As String _
) As HttpResponseMessage
[HttpGetAttribute]
public HttpResponseMessage GetRequests(
    string projectName,
    string requestedFor,
    string controllerName,
    string definitionName,
    int skip,
    int top,
    string ids
)

Parametreler

Dönüş Değeri

Tür: System.Net.Http.HttpResponseMessage

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

BuildRequestsController Sınıf

Microsoft.TeamFoundation.Build.Server.Rest Ad Alanı