Set a periodic retry period for requests made using this Control.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void setRetryPeriod( int period )
Parameters
- period
- Type: SystemInt32
The number of milliseconds between retries. This must be > 0.
Remarks
See Also