AdsSymbolicServer.GetSymbolsAsync Method
Gets the symbols asynchronously
Namespace: TwinCAT.Ads.Server
Assembly: TwinCAT.Ads.SymbolicServer (in
TwinCAT.Ads.SymbolicServer.dll) Version: 6.0.328+39e3229
Syntax
C#
public Task<ResultSymbols> GetSymbolsAsync(
CancellationToken cancel
)
Parameters
cancel |
Type: System.Threading.CancellationToken |
Return Value
Type: Task.ResultSymbols.
A task that represents the asynchronous 'GetDataTypes'
operation. The ResultSymbols
parameter contains the data types (Symbols) and the
ErrorCode
after execution.
Exceptions
Exception |
Condition |
---|---|