SumReleaseHandles.ReleaseHandlesAsync Method

Releases the handles asynchronously.

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

Syntax

C#

public Task<ResultSumCommand> ReleaseHandlesAsync(
    CancellationToken cancel
)

Parameters

cancel

Type: System.Threading.CancellationToken
The cancellation token.

Return Value

Type: Task.ResultSumCommand.
An asynchronous task that represents the 'ReleaseHandles' operation and returns a ResultSumCommand. The overall error return code is contained in the ErrorCode property.

Reference

SumReleaseHandles Class

TwinCAT.Ads.SumCommand Namespace