Compartilhar via


AsyncResultHandle.WaitForContinue(TimeSpan) Método

Definição

public System.Threading.Tasks.Task<bool> WaitForContinue (TimeSpan timeout);
member this.WaitForContinue : TimeSpan -> System.Threading.Tasks.Task<bool>
Public Function WaitForContinue (timeout As TimeSpan) As Task(Of Boolean)

Parâmetros

timeout
TimeSpan

Retornos

Retorna true se a operação for concluída antes do tempo limite

Aplica-se a