BaseTickTrigger Class
Class NotificationTimer. Implements the INotificationTrigger
Inheritance Hierarchy
System.Object
TwinCAT.Ads.Server.BaseTickTrigger
Namespace: TwinCAT.Ads.Server
Assembly: TwinCAT.Ads.SymbolicServer (in
TwinCAT.Ads.SymbolicServer.dll) Version: 6.0.328+39e3229
Syntax
C#
public class BaseTickTrigger : INotificationTrigger,
IObservable<long>
The BaseTickTrigger type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the BaseTickTrigger class. |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Subscribes the specified observer. | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Remarks
This observable creates a BaseTick Trigger for the AdsSymbolicServer. The observable long parameter is just a tick counter. The fired ticks are aquidistant as defined in the constructor.