NotificationBase Class
Base class for Notifications
Inheritance Hierarchy
          System.Object
          
  TwinCAT.Ads.Reactive.NotificationBase
    TwinCAT.Ads.Reactive.Notification
    TwinCAT.Ads.Reactive.NotificationEx
Namespace:  TwinCAT.Ads.Reactive
Assembly:  TwinCAT.Ads.Reactive (in
TwinCAT.Ads.Reactive.dll) Version: 4.3.0.0 (4.3.7.0)
Syntax
C#
public abstract class NotificationBase
VB
Public MustInherit Class NotificationBase
The NotificationBase type exposes the following members.
Properties
| 
 | Name | Description | 
|---|---|---|
| 
                     | Gets the handle of the connection. | |
| 
                     | Gets the timestamp of this Notification. | |
| 
                     | Gets the user object. This object is passed by to AddDeviceNotification and can be used to store data. | |
| 
                     | Gets the value of the Notification. | 
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.) | |
| 
                     | Returns a string that represents the current object. (Inherited from Object.) | 
Fields
| 
 | Name | Description | 
|---|---|---|
| 
                     | Notification Handle | |
| 
                     | Notification Time Stamp | |
| 
                     | User Data | |
| 
                     | The unmarshalled value. | 
 
                   
                   
                  