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. |
Return Value
Type: IDisposable
A reference to an interface that allows observers to finish
receiving notifications.