ActivationSignalDetector.GetConfigurationsAsync 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.
Asynchronously gets the collection of ActivationSignalDetectionConfiguration objects associated with the ActivationSignalDetector.
public:
virtual IAsyncOperation<IVectorView<ActivationSignalDetectionConfiguration ^> ^> ^ GetConfigurationsAsync() = GetConfigurationsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<ActivationSignalDetectionConfiguration>> GetConfigurationsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<ActivationSignalDetectionConfiguration>> GetConfigurationsAsync();
function getConfigurationsAsync()
Public Function GetConfigurationsAsync () As IAsyncOperation(Of IReadOnlyList(Of ActivationSignalDetectionConfiguration))
Returns
IAsyncOperation<IVectorView<ActivationSignalDetectionConfiguration>>
IAsyncOperation<IReadOnlyList<ActivationSignalDetectionConfiguration>>
The collection of ActivationSignalDetectionConfiguration objects associated with the ActivationSignalDetector.
- Attributes