RouteCollection.Remove Method (Route)

Removes the first occurrence of a specific object from the ICollection.T..

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

Syntax

C#

public bool Remove(
    Route item
)

Parameters

item

Type: TwinCAT.Ads.TcpRouter.Route
The object to remove from the ICollection.T..

Return Value

Type: Boolean
. if item was successfully removed from the ICollection.T.; otherwise, .. This method also returns . if item is not found in the original ICollection.T..

Implements

ICollection.T..Remove(T)

Reference

RouteCollection Class

Remove Overload

TwinCAT.Ads.TcpRouter Namespace