KnowledgebaseExtensions.ListAllAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.KnowledgebasesDTO> ListAllAsync (this Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.IKnowledgebase operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAllAsync : Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.IKnowledgebase * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.KnowledgebasesDTO>
<Extension()>
Public Function ListAllAsync (operations As IKnowledgebase, Optional cancellationToken As CancellationToken = Nothing) As Task(Of KnowledgebasesDTO)
Parameters
- operations
- IKnowledgebase
- cancellationToken
- CancellationToken
Returns
Applies to
Feedback
Submit and view feedback for