IAgentReservationExtension.EndReserveAgent Method
Namespace: Microsoft.TeamFoundation.Build.Workflow.Services
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Function EndReserveAgent ( _
<OutAttribute> ByRef possibleAgents As IList(Of Tuple(Of Uri, String)), _
result As IAsyncResult _
) As Integer
int EndReserveAgent(
out IList<Tuple<Uri, string>> possibleAgents,
IAsyncResult result
)
int EndReserveAgent(
[OutAttribute] IList<Tuple<Uri^, String^>^>^% possibleAgents,
IAsyncResult^ result
)
abstract EndReserveAgent :
possibleAgents:IList<Tuple<Uri, string>> byref *
result:IAsyncResult -> int
function EndReserveAgent(
possibleAgents : IList<Tuple<Uri, String>>,
result : IAsyncResult
) : int
Parameters
- possibleAgents
Type: System.Collections.Generic.IList<Tuple<Uri, String>>%
- result
Type: System.IAsyncResult
Return Value
Type: System.Int32
.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.