InterfaceExchangeBaseAssemblyOnInterfaceExchangeExecuted Method |
[This is preliminary documentation and is subject to change.]
Called after interfaces has been exchanged.
Namespace: Netadmin.Assembly.BaseClassesAssembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxprotected abstract void OnInterfaceExchangeExecuted(
ExchangedPhysicalInterfaceList exchangedPhysicalInterfaceList,
long sourceDeviceId,
long destinationDeviceId
)
Protected MustOverride Sub OnInterfaceExchangeExecuted (
exchangedPhysicalInterfaceList As ExchangedPhysicalInterfaceList,
sourceDeviceId As Long,
destinationDeviceId As Long
)
Parameters
- exchangedPhysicalInterfaceList
- Type: ExchangedPhysicalInterfaceList
A list of source-destination interface ids - sourceDeviceId
- Type: SystemInt64
The device id of the source device - destinationDeviceId
- Type: SystemInt64
The device id of the target device
See Also