| Overload | Description | 
|---|---|
| AENotificationObservable Constructor() | Create a new instance of the observable with default data. | 
| AENotificationObservable Constructor(EasyAEClientSelector,IAliasProvider,IEnumerable<AEEventsSubscriptionArguments>) | Create a new instance of the notification observable, with specified client object selector, alias provider, and an enumerable containing the OPC events to be observed. | 
| AENotificationObservable Constructor(AENotificationObservable) | Initializes a new instance of the class, copying values from a given object. | 
| AENotificationObservable Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. | 
