Version

ErrorReAttemptWaitTime Property

By default 125, the value represents a wait time in milliseconds, this wait time is not used in all scenarios, but when utilized, it is the wait time after an internal logical action fails, and before it attempt to try the action again.
Syntax
'Declaration
 
<ProxySetting(TypeIDValue=1003, DefaultValue=125)>
Protected Property ErrorReAttemptWaitTime As System.Integer
[ProxySetting(TypeIDValue=1003, DefaultValue=125)]
protected System.int ErrorReAttemptWaitTime {get; set;}
[ProxySetting(TypeIDValue=1003, DefaultValue=125)]
protected: __property System.int get_ErrorReAttemptWaitTime();
protected: __property void set_ErrorReAttemptWaitTime( 
   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