IAdsSymbolTableProvider.GetSymbolTableAsync Method
Gets the symbol table asynchronously
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.116+a71ced3
Syntax
C#
Task<ResultValue<ISymbolInfoTable>> GetSymbolTableAsync(
CancellationToken cancel
)
Parameters
cancel |
Type: System.Threading.CancellationToken |
Return Value
Type: Task.ResultValue.ISymbolInfoTable..
A task that represents the asynchronous
'RegisterSymbolVersionChanged' operation. The ResultValue.TValue. parameter contains the value Value and the return
code ErrorCode of the ADS
communication after execution.