DevForce Help Reference
Retry3xWithDelay Field


A IdeaBlade.Core.FixedRetry policy with 3 retries performed with a .5 second delay.
Syntax
'Declaration
 
Public Shared Retry3xWithDelay As IRetryPolicy
'Usage
 
Dim value As IRetryPolicy
 
value = CommunicationSettings.Retry3xWithDelay
 
CommunicationSettings.Retry3xWithDelay = value
public static IRetryPolicy Retry3xWithDelay
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

Reference

CommunicationSettings Class
CommunicationSettings Members

Send Feedback