SumCreateHandles.CreateHandlesAsync Method
Create handles asynchronously.
          Namespace:  TwinCAT.Ads.SumCommand
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public Task<ResultSumHandles> CreateHandlesAsync(
CancellationToken cancel
)
Parameters
| 
                   cancel  | 
                   Type: System.Threading.CancellationToken  | 
Return Value
Type: Task.ResultSumHandles.
An asynchronous task that represents the 'ReadWriteRaw'
operation and returns a ResultSumHandles.
The overall error return code is contained in the ErrorCode
property.
Reference
TwinCAT.Ads.SumCommand Namespace
SumCreateHandles.CreateHandles.
SumCreateHandles.TryCreateHandles(.String.., .UInt32.., .AdsErrorCode..)