BaseTickTrigger.Subscribe Method

Subscribes the specified observer.

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

Syntax

C#

public IDisposable Subscribe(
    IObserver<long> observer
)

Parameters

observer

Type: System.IObserver.Int64.
The observer.

Return Value

Type: IDisposable
A reference to an interface that allows observers to finish receiving notifications.

Implements

IObservable.T..Subscribe(IObserver.T.)

Reference

BaseTickTrigger Class

TwinCAT.Ads.Server Namespace