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.
Removes information about the specified services from the location service.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub RemoveServiceDefinitions ( _
requestContext As TeamFoundationRequestContext, _
serviceDefinitions As IEnumerable(Of ServiceDefinition) _
)
void RemoveServiceDefinitions(
TeamFoundationRequestContext requestContext,
IEnumerable<ServiceDefinition> serviceDefinitions
)
void RemoveServiceDefinitions(
TeamFoundationRequestContext^ requestContext,
IEnumerable<ServiceDefinition^>^ serviceDefinitions
)
abstract RemoveServiceDefinitions :
requestContext:TeamFoundationRequestContext *
serviceDefinitions:IEnumerable<ServiceDefinition> -> unit
function RemoveServiceDefinitions(
requestContext : TeamFoundationRequestContext,
serviceDefinitions : IEnumerable<ServiceDefinition>
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context this call is associated with.
serviceDefinitions
Type: System.Collections.Generic.IEnumerable<ServiceDefinition>The service definitions to unregister. This must be a service definition that is already registered in the system. Equality is decided by matching the service type and the identifier.
.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.