AdsConnectionWriteValueAsyncT(String, T, CancellationToken) Method
Write value as an asynchronous operation.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public Task<ResultWrite> WriteValueAsync<T>(
string symbolPath,
T value,
CancellationToken cancel
)Parameters
|
symbolPath String |
Name of the ADS symbol. |
|
value T |
Object holding the value to be written to the ADS symbol |
|
cancel CancellationToken |
The cancel token. |
Type Parameters
|
T |
The value type. |
Remarks
This method automatically marshals the value from .NET objects into the TwinCAT representation if possible. The overall behaviour is described here in the interface description.
Reference
AdsConnection Class WriteValueAsync Overload TwinCAT.Ads Namespace WriteValueT(String, T) TryWriteValueT(ISymbol, T)
Beckhoff Automation GmbH & Co. KG 2001-2026