Compartir a través de


KnowledgebaseExtensions.ListAllAsync Método

Definición

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)

Parámetros

operations
IKnowledgebase
cancellationToken
CancellationToken

Devoluciones

Se aplica a