Ends an asynchronous operation to recycle a process hosted by the build server.
Namespace:  Microsoft.TeamFoundation.Build.Hosting
Assembly:  Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
Sub EndRecycleProcess ( _
    result As IAsyncResult _
)
void EndRecycleProcess(
    IAsyncResult result
)
void EndRecycleProcess(
    IAsyncResult^ result
)
abstract EndRecycleProcess : 
        result:IAsyncResult -> unit
function EndRecycleProcess(
    result : IAsyncResult
)
Parameters
- result 
 Type: System.IAsyncResult- The asynchronous operation. 
.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.