Version

ActionWaitTime Property

By default Null, if the value is Null it will allow the proxy to determine what the default wait time should be, which in most cases is 0, the value represents a wait time in milliseconds after each internal logical action, before preceeding to the next internal logical action. A replay proxy method's internal logical actions are different for each replay proxy method, but they may consist of, as an example parameter validation as one action, entering edit mode as a second, and setting a value as a third.
Syntax
'Declaration
 
<ProxySetting(1503)>
Protected Property ActionWaitTime As System.Nullable(Of Integer)
[ProxySetting(1503)]
protected System.Nullable<int> ActionWaitTime {get; set;}
[ProxySetting(1503)]
protected: __property System.Nullable<int> get_ActionWaitTime();
protected: __property void set_ActionWaitTime( 
   System.Nullable<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