RouteCollection.Remove Method (String)

Removes the specified route from the RouteCollection.

Namespace:  TwinCAT.Ads.TcpRouter
Assembly:  TwinCAT.Ads.TcpRouter (in TwinCAT.Ads.TcpRouter.dll) Version: 6.0.328+39e3229

Syntax

C#

public bool Remove(
    string routeName
)

Parameters

routeName

Type: System.String
Name of the route.

Return Value

Type: Boolean
true if removed, false otherwise.

Reference

RouteCollection Class

Remove Overload

TwinCAT.Ads.TcpRouter Namespace