Overload | Description |
EasyAEEventsSubscriptionArguments Constructor() | Initializes a new instance of the class with default data. |
EasyAEEventsSubscriptionArguments Constructor(AEEventsSubscriptionArguments,EasyAENotificationEventHandler) | Initializes a new instance of the class from AEEventsSubscriptionArguments, with an optional callback. |
EasyAEEventsSubscriptionArguments Constructor(EasyAEEventsSubscriptionArguments) | Initializes a new copy of the object. |
EasyAEEventsSubscriptionArguments Constructor(ServerDescriptor,AESubscriptionParameters,Boolean,EasyAENotificationEventHandler,Object) | Initializes a new instance of the class, specifying its properties individually, and with an optional callback. |
EasyAEEventsSubscriptionArguments Constructor(ServerDescriptor,AESubscriptionParameters,Boolean,Object) | Initializes a new instance of the class, specifying its properties individually, and no callback. |
EasyAEEventsSubscriptionArguments Constructor(String,String,Int32,EasyAENotificationEventHandler,Object,AESubscriptionFilter,AEAttributeSetDictionary,Boolean,Boolean) | Initializes a new instance of the class, specifying the server description and subscription parameters using their properties, and an optional callback. |
EasyAEEventsSubscriptionArguments Constructor(String,String,Int32,Object,AESubscriptionFilter,AEAttributeSetDictionary,Boolean,Boolean) | Initializes a new instance of the class, specifying the server description and subscription parameters using their properties, and no callback. |
EasyAEEventsSubscriptionArguments Constructor(String,String,Int32,EasyAENotificationEventHandler,Object,AESubscriptionFilter,AEAttributeSetDictionary,Boolean) | Initializes a new instance of the class, specifying the server description and subscription parameters using their properties, refreshing when active, and an optional callback. |
EasyAEEventsSubscriptionArguments Constructor(String,String,Int32,Object,AESubscriptionFilter,AEAttributeSetDictionary,Boolean) | Initializes a new instance of the class, specifying the server description and subscription parameters using their properties, and refreshing when active. |
EasyAEEventsSubscriptionArguments Constructor(String,String,Int32,EasyAENotificationEventHandler,Object,AESubscriptionFilter,AEAttributeSetDictionary) | Initializes a new instance of the class, specifying the server description and subscription parameters using their properties, making an active subscription, and refreshing when active. |
EasyAEEventsSubscriptionArguments Constructor(String,String,Int32,Object,AESubscriptionFilter,AEAttributeSetDictionary) | Initializes a new instance of the class, specifying the server description and subscription parameters using their properties, making an active subscription, refreshing when active, and no callback. |
EasyAEEventsSubscriptionArguments Constructor(String,String,Int32,EasyAENotificationEventHandler,Object,AESubscriptionFilter) | Initializes a new instance of the class, specifying the server description and subscription parameters using their properties, making an active subscription, and refreshing when active, with no returned attributes. |
EasyAEEventsSubscriptionArguments Constructor(String,String,Int32,Object,AESubscriptionFilter) | Initializes a new instance of the class, specifying the server description and subscription parameters using their properties, making an active subscription, and refreshing when active, with no returned attributes, and no callback. |
EasyAEEventsSubscriptionArguments Constructor(String,String,Int32,EasyAENotificationEventHandler) | Initializes a new instance of the class, specifying the server description and subscription parameters using their properties, making an active subscription, and refreshing when active, with no returned attributes, no filter, and no state object. |
EasyAEEventsSubscriptionArguments Constructor(String,String,Int32) | Initializes a new instance of the class, specifying the server description and subscription parameters using their properties, making an active subscription, and refreshing when active, with no returned attributes, no filter, no state object, and no callback. |
EasyAEEventsSubscriptionArguments Constructor(String,String,Int32,Object) | Initializes a new instance of the class, specifying the server description and subscription parameters using their properties, making an active subscription, and refreshing when active, with no returned attributes, no filter, and no callback. |