AdsSymbolicServer.Symbols Property

Gets the symbols.

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

Syntax

C#

public ISymbolCollection<ISymbol> Symbols { get; }

Property Value

Type: ISymbolCollection.ISymbol.
The symbols.

Implements

ISymbolServer.Symbols

Remarks

This property reads the Symbol information synchronously, if the data is not available yet. For performance reasons, the asynchronous counterpart GetSymbolsAsync(CancellationToken) should be preferred for the first call.

Reference

AdsSymbolicServer Class

TwinCAT.Ads.Server Namespace

ISymbolServer.GetSymbolsAsync(CancellationToken)