Condividi tramite


EndorsementsRetriever.GetDocumentAsync(String, CancellationToken) Metodo

Definizione

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.

Si applica a