Set whether or not providers, who have previously responded, are automatically
excluded when a request made using this Control is retried.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void setAutoExclude( bool isAutoExclude )
Parameters
- isAutoExclude
- Type: SystemBoolean
Whether or not providers are automatically excluded on retry. The default is true.
Remarks
See Also