ILocationService.RemoveServiceDefinition Method (String, Guid)

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Sub RemoveServiceDefinition ( _
    serviceType As String, _
    serviceIdentifier As Guid _
)
void RemoveServiceDefinition(
    string serviceType,
    Guid serviceIdentifier
)
void RemoveServiceDefinition(
    String^ serviceType, 
    Guid serviceIdentifier
)
abstract RemoveServiceDefinition : 
        serviceType:string * 
        serviceIdentifier:Guid -> unit 
function RemoveServiceDefinition(
    serviceType : String, 
    serviceIdentifier : Guid
)

Parameters

.NET Framework Security

See Also

Reference

ILocationService Interface

RemoveServiceDefinition Overload

Microsoft.TeamFoundation.Framework.Client Namespace