AdsNotificationsInvalidatedEventArgs Class

Class AdsNotificationsUnregisteredEventArgs. This class cannot be inherited. Implements the EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    TwinCAT.Ads.AdsNotificationsInvalidatedEventArgs
Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public sealed class AdsNotificationsInvalidatedEventArgs : EventArgs

The AdsNotificationsInvalidatedEventArgs type exposes the following members.

Constructors

 

Name

Description

AdsNotificationsInvalidatedEventArgs

Initializes a new instance of the AdsNotificationsInvalidatedEventArgs class.

Properties

 

Name

Description

Notifications

Gets the notifications that occurred at a specific TimeStamp

TimeStamp

Gets the time stamp of the Notifications

Methods

 

Name

Description

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

GetHashCode

Serves as the default hash function. (Inherited from Object.)

GetType

Gets the Type of the current instance. (Inherited from Object.)

ToString

Returns a string that represents the current object. (Inherited from Object.)

Reference

TwinCAT.Ads Namespace

System.EventArgs