TeamFoundationHostedBuildService.UnregisterMachinePool Method

Deletes information about a computer pool.

Namespace:  Microsoft.TeamFoundation.Build.Hosted.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Sub UnregisterMachinePool ( _
    requestContext As TeamFoundationRequestContext, _
    machinePoolName As String _
)
public void UnregisterMachinePool(
    TeamFoundationRequestContext requestContext,
    string machinePoolName
)
public:
void UnregisterMachinePool(
    TeamFoundationRequestContext^ requestContext, 
    String^ machinePoolName
)
member UnregisterMachinePool : 
        requestContext:TeamFoundationRequestContext * 
        machinePoolName:string -> unit
public function UnregisterMachinePool(
    requestContext : TeamFoundationRequestContext, 
    machinePoolName : String
)

Parameters

Remarks

If pool does not exist, this is a no-op.

.NET Framework Security

See Also

Reference

TeamFoundationHostedBuildService Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace