Click or drag to resize
AdcProviderManagerGetControllersAsync Method
Gets the AdcController instances for each controller provider.

Namespace: Microsoft.IoT.DeviceCore.Adc
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IAsyncOperation<IReadOnlyList<AdcController>> GetControllersAsync()

Return Value

Type: IAsyncOperationIReadOnlyListAdcController
An IAsyncOperationTResult that yields the list of controllers.
See Also