Process.ReadAllTextAsync(CancellationToken) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public System.Threading.Tasks.Task<(string StandardOutput, string StandardError)> ReadAllTextAsync(System.Threading.CancellationToken cancellationToken = default);
member this.ReadAllTextAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<ValueTuple<string, string>>
Public Function ReadAllTextAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of ValueTuple(Of String, String))
Parâmetros
- cancellationToken
- CancellationToken