InterfaceSettings.RemoveMsixMessage Method

Users must use this method to remove an MsixMessage 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.1)

Syntax

Copy
public void RemoveMsixMessage(
    MsixMessage msixMessages
)

Parameters

msixMessages

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

Return Value

Type: void

See Also: