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