SumSymbolWrite.WriteAsync Method
Reads the symbol values asynchronously.
Namespace: TwinCAT.Ads.SumCommand
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public Task<ResultSumCommand> WriteAsync(
Object[] values,
CancellationToken cancel
)
Parameters
values |
Type: .System.Object. |
cancel |
Type: System.Threading.CancellationToken |
Return Value
Type: Task.ResultSumCommand.
An asynchronous task that represents the 'Write' operation
and returns a ResultSumCommand.
The overall error return code is contained in the ErrorCode
property.