IServiceManagerGetAvailableServiceProviders Method |
[This is preliminary documentation and is subject to change.]
Note: This API is now obsolete.
Retrieves available service providers
Namespace: Netadmin.Management.ProvisioningAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax[ObsoleteAttribute("Please use IServiceProviderManager.GetAll()")]
IEnumerable<IServiceProvider> GetAvailableServiceProviders()
<ObsoleteAttribute("Please use IServiceProviderManager.GetAll()")>
Function GetAvailableServiceProviders As IEnumerable(Of IServiceProvider)
Return Value
Type:
IEnumerableIServiceProviderAvailable service providers
See Also