DOFDomainConfigBuildersetRetryPeriod Method OpenDOF Object Access Library
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: DOFDomainConfigBuilder
The Builder.
Remarks

Set the retry period. The default value is DOFDomain.DEFAULT_RETRY_PERIOD . This is the minimum time to wait for trying to authorize the domain again. If this is set to a value larger than the maxSilence, the maxSilence will be set to this value as well.
See Also

Reference