DOFDomainConfigBuildersetMaxSilence Method OpenDOF Object Access Library
Set the max silence.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFDomainConfigBuilder setMaxSilence(
	int maxSilence
)

Parameters

maxSilence
Type: SystemInt32
The max silence. Must be greater than 0.

Return Value

Type: DOFDomainConfigBuilder
The Builder.
Remarks

Set the max silence. The default value is DOFDomain.DEFAULT_MAX_SILENCE . This is the minimum refresh rate. Domain's credentials are re-validated periodically. If it fails to be validated, then associated connections may be closed. If this is set to a value smaller than the retryPeriod, the retryPeriod will be set to this value as well.
See Also

Reference