| Overload | Description | 
| SubscribeEvents(IEasyAEClient,AEEventsSubscriptionArguments,EasyAENotificationEventHandler) | Subscribe to OPC events, using an object that holds all necessary arguments, and an optional callback.   | 
| SubscribeEvents(IEasyAEClient,ServerDescriptor,AESubscriptionParameters,Boolean,EasyAENotificationEventHandler,Object) | Subscribe to OPC events. Specify server descriptor and subscription parameters objects, "refresh when active" flag, and a callback method.   | 
| SubscribeEvents(IEasyAEClient,ServerDescriptor,AENodeDescriptor,Int32) | Subscribe to OPC events. Specify server and source descriptors, and notification rate.   | 
| SubscribeEvents(IEasyAEClient,ServerDescriptor,AENodeDescriptor,Int32,Object) | Subscribe to OPC events. Specify server and source descriptors, notification rate, and state object.   | 
| SubscribeEvents(IEasyAEClient,ServerDescriptor,AESubscriptionParameters,Boolean,Object) | Subscribe to OPC events. Specify server descriptor and subscription parameters objects, and "refresh when active" flag.   | 
| SubscribeEvents(IEasyAEClient,String,String,Int32,EasyAENotificationEventHandler,Object,AESubscriptionFilter,AEAttributeSetDictionary,Boolean,Boolean) | Subscribe to OPC events. Specify machine name, server class, notification rate, filter object, returned attributes, callback method, and "active" and "refresh when active" flags.   | 
| SubscribeEvents(IEasyAEClient,String,String,Int32,Object,AESubscriptionFilter,AEAttributeSetDictionary,Boolean,Boolean) | Subscribe to OPC events. Specify machine name, server class, notification rate, filter object, returned attributes, and "active" and "refresh when active" flags.   | 
| SubscribeEvents(IEasyAEClient,String,String,Int32,Object,AESubscriptionFilter,AEAttributeSetDictionary,Boolean) | Subscribe to OPC events. Specify machine name, server class, notification rate, filter object, returned attributes, and an "active" flag. The subscription will automatically perform a Refresh after each successful connection to the server.   | 
| SubscribeEvents(IEasyAEClient,String,String,Int32,Object,AESubscriptionFilter,AEAttributeSetDictionary) | Subscribe to OPC events. Specify machine name, server class, notification rate, filter object, and returned attributes. The subscription is created active, and it will automatically perform a Refresh after each successful connection to the server.   | 
| SubscribeEvents(IEasyAEClient,String,String,Int32,Object,AESubscriptionFilter) | Subscribe to OPC events. Specify machine name, server class, notification rate, and filter object. The subscription is created active, and it will automatically perform a Refresh after each successful connection to the server. No event attributes will be returned with the notifications.   | 
| SubscribeEvents(IEasyAEClient,String,String,Int32,EasyAENotificationEventHandler) | Subscribe to OPC events. Specify machine name, server class, notification rate, and a callback method. The subscription is created active, and it will automatically perform a Refresh after each successful connection to the server. No event attributes will be returned with the notifications, and events will not be filtered.   | 
| SubscribeEvents(IEasyAEClient,String,String,Int32,Object) | Subscribe to OPC events. Specify machine name, server class, and notification rate. The subscription is created active, and it will automatically perform a Refresh after each successful connection to the server. No event attributes will be returned with the notifications, and events will not be filtered.   | 
| SubscribeEvents(IEasyAEClient,String,String,Int32) | Subscribe to OPC events. Specify machine name, server class, and notification rate. The subscription is created active, and it will automatically perform a Refresh after each successful connection to the server. No event attributes will be returned with the notifications, and events will not be filtered. Does not pass in a "state" object for use in event notifications.   |