Skip to content

AsyncResultHandle Methods

This class is for internal testing use only.

Reset

virtual
View source
public virtual void Reset()
Reset the current result handle

WaitFor(TimeSpan, Func<bool>)

View source
public Task<bool> WaitFor(TimeSpan timeout, Func<bool> checkFlag)

Parameters

timeoutTimeSpan
checkFlagFunc<bool>

Returns

Returns true if operation completes before timeout