DevForce Help Reference
CommunicationRetryPolicy Property (SaveOptions)


Gets or sets the retry policy to use for possibly transient communication errors to a remote EntityServer. If not set, the DefaultRetryPolicyForSave is used, which in turn defaults to the IdeaBlade.Core.NoRetry policy.
Syntax
'Declaration
 
Public Property CommunicationRetryPolicy As IRetryPolicy
'Usage
 
Dim instance As SaveOptions
Dim value As IRetryPolicy
 
instance.CommunicationRetryPolicy = value
 
value = instance.CommunicationRetryPolicy
public IRetryPolicy CommunicationRetryPolicy {get; set;}
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

SaveOptions Class
SaveOptions Members

Send Feedback