SumAnyTypeRead.Read2Async Method

Read as an asynchronous operation.

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

Syntax

C#

public Task<ResultSumValues2<ISymbol>> Read2Async(
    CancellationToken cancel
)

Parameters

cancel

Type: System.Threading.CancellationToken
The cancellation token.

Return Value

Type: Task.ResultSumValues2.ISymbol..
A Task<ResultSumValues2> representing the asynchronous operation.

Implements

ISumRead2.S..Read2Async(CancellationToken)

Reference

SumAnyTypeRead Class

TwinCAT.Ads.SumCommand Namespace

ISumRead2.Read.

[!:TryRead(out object[], out AdsErrorCode[])]