EndorsementsRetriever.GetDocumentAsync(String, CancellationToken) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un documento da un indirizzo.
public System.Threading.Tasks.Task<string> GetDocumentAsync (string address, System.Threading.CancellationToken cancellationToken);
abstract member GetDocumentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.GetDocumentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetDocumentAsync (address As String, cancellationToken As CancellationToken) As Task(Of String)
Parametri
- address
- String
percorso del documento.
- cancellationToken
- CancellationToken
Token di annullamento utilizzabile da altri oggetti o thread per ricevere l'avviso dell'annullamento.
Restituisce
Attività che rappresenta la coda di lavoro da eseguire.
Implementazioni
Commenti
Se le attività vengono inviate correttamente, il risultato dell'attività contiene il documento come stringa.