Click or drag to resize
Router Methods

The Router type exposes the following members.

Methods
  NameDescription
Public methodAttachPortAsync
Attaches an existing port to the specified router.
Public methodAttachSubnetAsync
Creates a new port on the subnet and attaches it to the specified router.
Public methodDeleteAsync
Deletes the router and any attached interfaces.
Public methodDetachPortAsync
Detaches a port from the specified router.
Public methodDetachSubnetAsync
Finds the port on the subnet attached to the specified router, detaches then deletes it.
Top
Extension Methods
  NameDescription
Public Extension MethodAttachPort
Attaches an existing port to the specified router.
(Defined by RouterExtensions.)
Public Extension MethodAttachSubnet
Creates a new port on the subnet and attaches it to the specified router.
(Defined by RouterExtensions.)
Public Extension MethodDelete
Deletes the router and any attached interfaces.
(Defined by RouterExtensions.)
Public Extension MethodDetachPort
Detaches a port from the specified router.
(Defined by RouterExtensions.)
Public Extension MethodDetachSubnet
Finds the port on the subnet attached to the specified router, detaches then deletes it.
(Defined by RouterExtensions.)
Top
See Also