Compartilhar via


AsyncResultHandle.WaitForFinished(TimeSpan) Método

Definição

public System.Threading.Tasks.Task<bool> WaitForFinished (TimeSpan timeout);
member this.WaitForFinished : TimeSpan -> System.Threading.Tasks.Task<bool>
Public Function WaitForFinished (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