ISymbolFactory.CreateInstanceAsync Method

Creates the Symbol with the specified resolver

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

Syntax

C#

Task<ResultValue<ISymbol>> CreateInstanceAsync(
    ISymbolInfo entry,
    ISymbol? parent,
    CancellationToken cancel
)

Parameters

entry

Type: TwinCAT.TypeSystem.ISymbolInfo
Symbol Entry.

parent

Type: TwinCAT.TypeSystem.ISymbol
The parent.

cancel

Type: System.Threading.CancellationToken
The cancellation token.

Return Value

Type: Task.ResultValue.ISymbol..
Task<ResultValue<ISymbol>>.

Reference

ISymbolFactory Interface

TwinCAT.TypeSystem Namespace