AsyncResultHandle.WaitForFinished(TimeSpan) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- timeout
- TimeSpan
Returns
Returns true
if operation completes before timeout