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