AdsSymbolicServer.FireNotificationsAsync Method

Check internal tables for outstanding cyclic Notifications and fire them asynchronously.

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

Syntax

C#

public Task<AdsErrorCode[]> FireNotificationsAsync(
    long tick,
    CancellationToken cancel
)

Parameters

tick

Type: System.Int64
The tick.

cancel

Type: System.Threading.CancellationToken
The cancel.

Return Value

Type: Task..AdsErrorCode..
Task.

Reference

AdsSymbolicServer Class

TwinCAT.Ads.Server Namespace