DevForce Help Reference
CommunicationRetryPolicy Property (QueryStrategy)


Gets the retry policy to use for possibly transient communication errors to a remote EntityServer. If not set, the DefaultRetryPolicy is used.
Syntax
'Declaration
 
Public ReadOnly Property CommunicationRetryPolicy As IRetryPolicy
'Usage
 
Dim instance As QueryStrategy
Dim value As IRetryPolicy
 
value = instance.CommunicationRetryPolicy
public IRetryPolicy CommunicationRetryPolicy {get;}
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

QueryStrategy Class
QueryStrategy Members

Send Feedback