AsyncSymbolWriteAsync Method

Writes the specified Value at the specified path to the current AsyncSymbol as an asynchronous operation.


Namespace: TcHmiSrv.Core.Tools.DynamicSymbols
Assembly: TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

protected abstract Task<Value> WriteAsync(
    Queue<string> elements,
    Value value,
    Context context
)

Parameters

elements  QueueString

A QueueT containing the elements that specify the path of Value to write to.

value  Value

The Value to write.

context  Context

The Context of the write operation.

Return Value

Task Value
A TaskTResult that represents the asynchronous operation. The Result property of the TaskTResult returns the Value that was written to AsyncSymbol at the specified path.

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0

Reference

AsyncSymbol Class TcHmiSrv.Core.Tools.DynamicSymbols Namespace

Copyright © Beckhoff Automation GmbH & Co. KG