DevForce Help Reference
DefaultRetryPolicy Property


Gets or sets the retry policy used for possibly transient communication failures to a remote EntityServer.
Syntax
'Declaration
 
Public Property DefaultRetryPolicy As IRetryPolicy
'Usage
 
Dim instance As CommunicationSettings
Dim value As IRetryPolicy
 
instance.DefaultRetryPolicy = value
 
value = instance.DefaultRetryPolicy
public IRetryPolicy DefaultRetryPolicy {get; set;}
Remarks

The default policy is a Retry3xWithDelay with 3 retries and a .5 second delay between tries.

This policy is not used with save operations. See the DefaultRetryPolicyForSave.

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