Set the retry period.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFDomainConfigBuilder setRetryPeriod( int retryPeriod )
Parameters
- retryPeriod
- Type: SystemInt32
The retry period. Must be greater than 0.
Return Value
Type: DOFDomainConfigBuilderThe Builder.
Remarks
See Also