IdeaBlade.Core Assembly > IdeaBlade.Core.Wcf.Extensions Namespace > CommunicationSettings Class : DefaultRetryPolicy Property |
'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;}
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.
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