ITeamFoundationLocationService.FindServiceDefinition Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
FindServiceDefinition(TeamFoundationRequestContext, String, String) | Finds the service definition with the provided service type and tool id. In order for this call to succeed, only one service with the provided service type and tool id can exist. | |
FindServiceDefinition(TeamFoundationRequestContext, String, Guid, Guid) | Returns the service definition for the service with the provided service type and identifier. Null will be returned if there is no entry in the cache for this service. |
Top