Config.Component Class
This class encapsulates various Network Relay configuration operations.
Namespace:
IntervalZero.MaxRT.Rly.Config
Assembly:
IntervalZero.MaxRT.Rly.Config (in IntervalZero.MaxRT.Rly.Config.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public class Component
The Component type exposes the following members:
Constructors
|
|
Name | Description |
|---|---|---|
|
|
Component |
Constructor. |
Methods
|
|
Name | Description |
|---|---|---|
|
|
Resets all Network Relay component configurations to their default values. |
|
|
|
Resets the AutoStart property to its default of manual start (false). After calling this method, the Network Relay component must be restarted for the changes to take effect. |
|
|
|
Resets the ExtMSpacePoolMinimumSize property to its default value of 6,272 KB. After calling this method, the Network Relay component must be restarted for the changes to take effect. |
|
|
|
Resets the IdealProcessor property to its default value of 0xFFFFFFFF, indicating that the system default processor should be used. After calling this method, the Network Relay component must be restarted for the changes to take effect. |
|
|
|
Resets the MSpacePoolExpandable property to its default of enabled, which is a value of 1. After calling this method, the Network Relay component must be restarted for the changes to take effect. |
|
|
|
Resets the MSpacePoolExpandSize property to its default value (false). After calling this method, the Network Relay component must be restarted for the changes to take effect. |
|
|
|
Resets the Priority property to its default priority of 66. After calling this method, the Network Relay component must be restarted for the changes to take effect. |
|
|
|
Resets the Verbose property to its default of disabled (false). After calling this method, the Network Relay component must be restarted for the changes to take effect. |
Properties
| Name | Description | |
|---|---|---|
|
|
Gets or sets a Boolean indicating whether the Network Relay component should start automatically. |
|
|
|
Gets or sets the minimum size of the Network Relay’s external memory space pool. |
|
|
|
Gets or sets the ideal processor of the main thread. |
|
|
|
Gets or sets a Boolean indicating whether the memory space pool is expandable. |
|
|
|
Gets or sets the size by which the memory space pool can expand. |
|
|
|
Gets or sets the priority of the main thread. |
|
|
|
Indicates whether the Network Relay component must be restarted for configuration changes made with this class to take effect. |
|
|
|
Gets or sets a Boolean indicating whether verbose logging is enabled. |
See Also: