ConversationalAgentDetectorManager.GetAllActivationSignalDetectorsAsync 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 retrieves all ActivationSignalDetector objects available on the system that are associated with this manager and that correspond to the type of detector specified.
public:
virtual IAsyncOperation<IVectorView<ActivationSignalDetector ^> ^> ^ GetAllActivationSignalDetectorsAsync() = GetAllActivationSignalDetectorsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<ActivationSignalDetector>> GetAllActivationSignalDetectorsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<ActivationSignalDetector>> GetAllActivationSignalDetectorsAsync();
function getAllActivationSignalDetectorsAsync()
Public Function GetAllActivationSignalDetectorsAsync () As IAsyncOperation(Of IReadOnlyList(Of ActivationSignalDetector))
Returns
When this method completes successfully, it returns a collection of activation signal detectors.
- Attributes