TeamFoundationHostManagementService.DeleteServiceHost Method (TeamFoundationRequestContext, Guid, UnusedDatabaseReasonNotUsed)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub DeleteServiceHost ( _
requestContext As TeamFoundationRequestContext, _
hostId As Guid, _
deletionReason As UnusedDatabaseReasonNotUsed _
)
public void DeleteServiceHost(
TeamFoundationRequestContext requestContext,
Guid hostId,
UnusedDatabaseReasonNotUsed deletionReason
)
public:
virtual void DeleteServiceHost(
TeamFoundationRequestContext^ requestContext,
Guid hostId,
UnusedDatabaseReasonNotUsed deletionReason
) sealed
abstract DeleteServiceHost :
requestContext:TeamFoundationRequestContext *
hostId:Guid *
deletionReason:UnusedDatabaseReasonNotUsed -> unit
override DeleteServiceHost :
requestContext:TeamFoundationRequestContext *
hostId:Guid *
deletionReason:UnusedDatabaseReasonNotUsed -> unit
public final function DeleteServiceHost(
requestContext : TeamFoundationRequestContext,
hostId : Guid,
deletionReason : UnusedDatabaseReasonNotUsed
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- hostId
Type: System.Guid
- deletionReason
Type: Microsoft.TeamFoundation.Framework.Server.UnusedDatabaseReasonNotUsed
Implements
.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.