Represents a configuration for a DOFDomain.
Inheritance Hierarchy
org.opendof.core.oalDOFDomainConfig
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class Config : DOFImmutable
The DOFDomainConfig type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | getCredentials | Returns the credentials of the Config. |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | getMaxSilence | Returns the max silence of the config. |
![]() | getName | Return the name of the domain. |
![]() | getRetryPeriod | Returns the retry period of the config. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | isDiscoverRemote | Returns whether this domain will discover related domains. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also