IAdcProvider.GetControllers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ADC controllers available on the system.
public:
IVectorView<IAdcControllerProvider ^> ^ GetControllers();
IVectorView<IAdcControllerProvider> GetControllers();
public IReadOnlyList<IAdcControllerProvider> GetControllers();
function getControllers()
Public Function GetControllers () As IReadOnlyList(Of IAdcControllerProvider)
Returns
When this method completes it returns a list of all the available controllers on the system.