NetworkInterface.Interrupt Property

Accesses an enumeration specifying what type of interrupt mechanism this interface uses. This property should not be altered if the interface is for the Virtual Network.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public NetworkInterfaceInterruptType Interrupt { get; set; }

Property Value

Type: NetworkInterfaceInterruptType

Implements

IConfigNetworkInterfaceInterrupt
See Also