Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.IAsyncResultThe 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.