AdsClient.CleanupSymbolTable Method

Clears the internal symbol cache.

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

Syntax

C#

public void CleanupSymbolTable()

Implements

IAdsSymbolicAccess.CleanupSymbolTable.

Exceptions

Exception

Condition

ObjectDisposedException

ClientNotConnectedException

Remarks

Previously stored symbol information is cleared. As a consequence the symbol information must be obtained from the ADS server again if accessed, which which needs an extra ADS round trip.

Reference

AdsClient Class

TwinCAT.Ads Namespace