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.

DelayAction Constructor (Int32)

 

Initializes a new instance of the DelayAction class by using the provided delay duration.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

public:
DelayAction(
	int duration
)

Parameters

duration
Type: System::Int32

The number of seconds to delay after executing each action.

Return to top
Show: