Share via


IAdcProvider.GetControllers Method

Definition

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.

Applies to