NotificationTriggerSource.OnNotificationAsync Method

Called when [notification asynchronous].

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

Syntax

C#

protected virtual Task OnNotificationAsync(
    long idx,
    CancellationToken cancel
)

Parameters

idx

Type: System.Int64
The index.

cancel

Type: System.Threading.CancellationToken
The cancel.

Return Value

Type: Task
Task.

Reference

NotificationTriggerSource Class

TwinCAT.Ads.Server Namespace