InterfaceSettings.RemoveTxQueue Method

Users must use this method to remove a TxQueue object from the NL2 InterfaceSettings object. Using the standard List.Remove function 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.0.0)

Syntax

Copy
public void RemoveTxQueue(
    TxQueue txQueue
)

Parameters

txQueue

Type: TxQueue
The TxQueue object to remove from the NL2 InterfaceSettings object.

Return Value

Type: void

See Also: