DevForce Help Reference
DefaultRetryPolicyForSave Property


Gets or sets the retry policy for possibly transient communication failures occurring during a save operation.
Syntax
'Declaration
 
Public Property DefaultRetryPolicyForSave As IRetryPolicy
'Usage
 
Dim instance As CommunicationSettings
Dim value As IRetryPolicy
 
instance.DefaultRetryPolicyForSave = value
 
value = instance.DefaultRetryPolicyForSave
public IRetryPolicy DefaultRetryPolicyForSave {get; set;}
Remarks
By default the NoRetry policy is used and a retry is never performed for communication failures.
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