RegistrationProvider.GetRegistrationEntries 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 | |
---|---|---|
GetRegistrationEntries(TeamFoundationRequestContext, String) | Used to retrieve the set of services and configuration information about them. This overload will return the services in the default [accessMapping]. If a specific zone is required, use the overload and supply the [accessMapping]. | |
GetRegistrationEntries(TeamFoundationRequestContext, String, AccessMapping) | Used to retrieve the set of services and configuration information about them. This overload will return the services in the default [accessMapping]. If a specific zone is required, use the overload and supply the [accessMapping]. |
Top