AdsSymbolicServer.FireNotificationAsync Method

Fires a single notification to the specified Address.

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

Syntax

C#

protected Task<AdsErrorCode> FireNotificationAsync(
    AmsAddress address,
    uint handle,
    CancellationToken cancel
)

Parameters

address

Type: TwinCAT.Ads.AmsAddress
The address.

handle

Type: System.UInt32
The handle.

cancel

Type: System.Threading.CancellationToken
The cancel.

Return Value

Type: Task.AdsErrorCode.
AdsErrorCode.

Reference

AdsSymbolicServer Class

TwinCAT.Ads.Server Namespace