IAgentReservationExtension.EndReleaseAgent Method
Namespace: Microsoft.TeamFoundation.Build.Workflow.Services
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Sub EndReleaseAgent ( _
result As IAsyncResult _
)
void EndReleaseAgent(
IAsyncResult result
)
void EndReleaseAgent(
IAsyncResult^ result
)
abstract EndReleaseAgent :
result:IAsyncResult -> unit
function EndReleaseAgent(
result : IAsyncResult
)
Parameters
- result
Type: System.IAsyncResult
.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.