AdcController.GetControllersAsync(IAdcProvider) 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 all the controllers that are connected to the system asynchronously .
public:
static IAsyncOperation<IVectorView<AdcController ^> ^> ^ GetControllersAsync(IAdcProvider ^ provider);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<AdcController>> GetControllersAsync(IAdcProvider const& provider);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<AdcController>> GetControllersAsync(IAdcProvider provider);
function getControllersAsync(provider)
Public Shared Function GetControllersAsync (provider As IAdcProvider) As IAsyncOperation(Of IReadOnlyList(Of AdcController))
Parameters
- provider
- IAdcProvider
The ADC provider for the controllers on the system.
Returns
When the method completes successfully, it returns a list of values that represent the controllers available on the system.
- Attributes