Method | Description | |
---|---|---|
Run ( ) : void |
Begin the execution process by hooking up the underlying DispatcherTimer to call into the test framework regularly and perform test work items.
|
|
WebBrowserTick ( Func |
Creates a new run method manager using the default value for the timer's millisecond interval.
|
|
WebBrowserTick ( Func |
Sets up a new run method manager.
|
Method | Description | |
---|---|---|
Timer_Tick ( object sender, |
Call into the underlying work item queue, if the method manager is still set to run.
|
public WebBrowserTick ( Func |
||
runNextStep | Func |
/// Conditional delegate which returns true as long as there is /// additional work. /// |
return | System |
public WebBrowserTick ( Func |
||
runNextStep | Func |
/// Conditional delegate which returns true as long as there is /// additional work. /// |
millisecondInterval | int | Milliseconds between ticks, at a /// minimum. |
return | System |