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

Copy
public class Component

 

The Component type exposes the following members:

Constructors

 

Name Description

Public method

Component

Constructor.

Methods

 

Name Description

Public method

ResetAll

Resets all Network Relay component configurations to their default values.

Public method

ResetAutoStart

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.

Public method

ResetExtMSpacePoolMinimumSize

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.

Public method

ResetIdealProcessor

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.

Public method

ResetMSpacePoolExpandable

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.

Public method

ResetMSpacePoolExpandSize

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.

Public method

ResetPriority

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.

Public method

ResetVerbose

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

AutoStart

Gets or sets a Boolean indicating whether the Network Relay component should start automatically.

ExtMSpacePoolMinimumSize

Gets or sets the minimum size of the Network Relay’s external memory space pool.

IdealProcessor

Gets or sets the ideal processor of the main thread.

MSpacePoolExpandable

Gets or sets a Boolean indicating whether the memory space pool is expandable.

MSpacePoolExpandSize

Gets or sets the size by which the memory space pool can expand.

Priority

Gets or sets the priority of the main thread.

RestartNeeded

Indicates whether the Network Relay component must be restarted for configuration changes made with this class to take effect.

Verbose

Gets or sets a Boolean indicating whether verbose logging is enabled.

See Also: