AdsSymbolicServer.OnFireNotificationsAsync Method

Handler function for firering notifications to the specified targets.

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

Syntax

C#

protected Task<AdsErrorCode> OnFireNotificationsAsync(
    AmsAddress a,
    NotificationDataSample[] stamps,
    CancellationToken cancel
)

Parameters

a

Type: TwinCAT.Ads.AmsAddress
a.

stamps

Type: .TwinCAT.Ads.Server.NotificationDataSample.
The stamps.

cancel

Type: System.Threading.CancellationToken
The cancel.

Return Value

Type: Task.AdsErrorCode.
Task<AdsErrorCode>.

Reference

AdsSymbolicServer Class

TwinCAT.Ads.Server Namespace