ISpiProvider.GetControllersAsync 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 SPI controllers on the system for the provider.
public:
IAsyncOperation<IVectorView<ISpiControllerProvider ^> ^> ^ GetControllersAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<ISpiControllerProvider>> GetControllersAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<ISpiControllerProvider>> GetControllersAsync();
function getControllersAsync()
Public Function GetControllersAsync () As IAsyncOperation(Of IReadOnlyList(Of ISpiControllerProvider))
Returns
When the method completes successfully, it returns a list of values that represent the available SPI controllers on the system.
- Attributes