Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Playback::Wait Method (Int32)

 

Makes the playback pause for a specified time.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
static int Wait(
	int thinkTimeMilliseconds
)

Parameters

thinkTimeMilliseconds
Type: System::Int32

The wait duration in milliseconds.

Return Value

Type: System::Int32

The actual wait duration.

The actual delay is calculated by multiplying thinkTimeMilliseconds by ThinkTimeMultiplier, to increase or decrease the delay. However, the delay will not be longer than P:Microsoft.VisualStudio.TestTools.UITesting.PlaybackSettings.DelayBetweenAction.

Return to top
Show: