Click or drag to resize
InterfaceExchangeBaseAssemblyOnInterfaceExchangeExecuted Method

[This is preliminary documentation and is subject to change.]

Called after interfaces has been exchanged.

Namespace: Netadmin.Assembly.BaseClasses
Assembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
protected abstract void OnInterfaceExchangeExecuted(
	ExchangedPhysicalInterfaceList exchangedPhysicalInterfaceList,
	long sourceDeviceId,
	long destinationDeviceId
)

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