INotificationTrigger Interface

Interface INotificationTrigger

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

Syntax

C#

public interface INotificationTrigger : IObservable<long>

The INotificationTrigger type exposes the following members.

Methods

 

Name

Description

Subscribe

Notifies the provider that an observer is to receive notifications. (Inherited from IObservable.Int64..)

Remarks

The notification trigger produces observable events, when the AdsSymbolicServer has to be checked for sending actual notifications. It can be realised e.g. as a base tick.

Reference

TwinCAT.Ads.Server Namespace