InterfaceSettings.TxQueues Property

Gets or sets the TxQueue list populated by the NL2 InterfaceSettings object.

To add or remove a TxQueue to/from the list, you must use the AddTxQueue or RemoveTxQueue methods. Using the standard List.Add or List.Remove function within the list will not update the NL2 InterfaceSettings object.

Namespace:  IntervalZero.MaxRT.NL2.Config
Assembly:  IntervalZero.MaxRT.NL2.Config (in IntervalZero.MaxRT.NL2.Config.dll) Version: 1.0.0.0 (File version: 1.1.0)

Syntax

Copy
public ReadOnlyCollection<TxQueue> TxQueues { get; set; }

Property Value

Type: ReadOnlyCollection<TxQueue>

See Also: