IBuildMachine.EndRecycleProcess Method

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

.NET Framework Security

See Also

Reference

IBuildMachine Interface

Microsoft.TeamFoundation.Build.Hosting Namespace