Version

StepWaitTime Property

By default is 0, the value represents a wait time in milliseconds after each Replay proxy method completes before preceeding to the next replay proxy method.
Syntax
'Declaration
 
<ProxySetting(TypeIDValue=1001, DefaultValue=0)>
Protected Property StepWaitTime As System.Integer
[ProxySetting(TypeIDValue=1001, DefaultValue=0)]
protected System.int StepWaitTime {get; set;}
[ProxySetting(TypeIDValue=1001, DefaultValue=0)]
protected: __property System.int get_StepWaitTime();
protected: __property void set_StepWaitTime( 
   System.int value
);
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also