TeamFoundationLocationService.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, Guid) | Returns the service definition for the service that has the provided service type and identifier. Null will be returned if there is no entry in the cache for this service. | |
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 that has the provided service type and tool id can exist. |
Top