TeamFoundationLocationService.FindServiceDefinition Method (TeamFoundationRequestContext, String, String, Guid)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Function FindServiceDefinition ( _
    requestContext As TeamFoundationRequestContext, _
    serviceType As String, _
    toolId As String, _
    serviceOwner As Guid _
) As ServiceDefinition
public ServiceDefinition FindServiceDefinition(
    TeamFoundationRequestContext requestContext,
    string serviceType,
    string toolId,
    Guid serviceOwner
)
public:
virtual ServiceDefinition^ FindServiceDefinition(
    TeamFoundationRequestContext^ requestContext, 
    String^ serviceType, 
    String^ toolId, 
    Guid serviceOwner
) sealed
abstract FindServiceDefinition : 
        requestContext:TeamFoundationRequestContext * 
        serviceType:string * 
        toolId:string * 
        serviceOwner:Guid -> ServiceDefinition  
override FindServiceDefinition : 
        requestContext:TeamFoundationRequestContext * 
        serviceType:string * 
        toolId:string * 
        serviceOwner:Guid -> ServiceDefinition
public final function FindServiceDefinition(
    requestContext : TeamFoundationRequestContext, 
    serviceType : String, 
    toolId : String, 
    serviceOwner : Guid
) : ServiceDefinition

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.ServiceDefinition

Implements

ITeamFoundationLocationService.FindServiceDefinition(TeamFoundationRequestContext, String, String, Guid)

.NET Framework Security

See Also

Reference

TeamFoundationLocationService Class

FindServiceDefinition Overload

Microsoft.TeamFoundation.Framework.Server Namespace