| Overload | Description | 
|---|
| EasyUASubscribeDataSetArguments Constructor() | Initializes a new instance of the class with default data. | 
| EasyUASubscribeDataSetArguments Constructor(EasyUADataSetMessageEventHandler,UASubscribeDataSetArguments) | Initializes a new instance of the class, specifying the callback, and subscribe dataset arguments. | 
| EasyUASubscribeDataSetArguments Constructor(EasyUADataSetMessageEventHandler,Object,UAPubSubConnectionDescriptor) | Initializes a new instance of the class, specifying the callback, state object, and PubSub connection descriptor. | 
| EasyUASubscribeDataSetArguments Constructor(EasyUADataSetMessageEventHandler,Object,UAPubSubConnectionDescriptor,UASubscribeDataSetFilter) | Initializes a new instance of the class, specifying the callback, state object, PubSub connection descriptor, and filter. | 
| EasyUASubscribeDataSetArguments Constructor(EasyUADataSetMessageEventHandler,Object,UAPubSubResolverDescriptor,String) | Initializes a new instance of the class, specifying the callback, state object, resolver descriptor, and published dataset name. | 
| EasyUASubscribeDataSetArguments Constructor(EasyUADataSetMessageEventHandler,Object,UAPubSubResolverDescriptor,UAPubSubConnectionDescriptor) | Initializes a new instance of the class, specifying the callback, state object, resolver descriptor, and connection descriptor. | 
| EasyUASubscribeDataSetArguments Constructor(EasyUADataSetMessageEventHandler,Object,UAPubSubResolverDescriptor,UAPubSubConnectionDescriptor,UASubscribeDataSetFilter) | Initializes a new instance of the class, specifying the callback, state object, resolver descriptor, connection descriptor, and filter. | 
| EasyUASubscribeDataSetArguments Constructor(EasyUADataSetMessageEventHandler,Object,UADataSetSubscriptionDescriptor) | Initializes a new instance of the class, specifying the callback, state object, and dataset subscription descriptor. | 
| EasyUASubscribeDataSetArguments Constructor(EasyUASubscribeDataSetArguments) | Initializes a new copy of the object. | 
| EasyUASubscribeDataSetArguments Constructor(Object,UAPubSubConnectionDescriptor,UASubscribeDataSetFilter) | Initializes a new instance of the class, specifying the state object, connection descriptor, and filter. | 
| EasyUASubscribeDataSetArguments Constructor(Object,UAPubSubResolverDescriptor,String) | Initializes a new instance of the class, specifying the state object, resolver descriptor, and published dataset name. | 
| EasyUASubscribeDataSetArguments Constructor(Object,UAPubSubResolverDescriptor,UAPubSubConnectionDescriptor) | Initializes a new instance of the class, specifying the state object, resolver descriptor, and connection descriptor. | 
| EasyUASubscribeDataSetArguments Constructor(Object,UAPubSubResolverDescriptor,UAPubSubConnectionDescriptor,UASubscribeDataSetFilter) | Initializes a new instance of the class, specifying the state object, resolver descriptor, connection descriptor, and filter. | 
| EasyUASubscribeDataSetArguments Constructor(Object,UADataSetSubscriptionDescriptor) | Initializes a new instance of the class, specifying the state object, and dataset subscription descriptor. | 
| EasyUASubscribeDataSetArguments Constructor(UADataSetSubscriptionDescriptor) | Initializes a new instance of the class, specifying the dataset subscription descriptor. | 
| EasyUASubscribeDataSetArguments Constructor(UAPubSubConnectionDescriptor) | Initializes a new instance of the class, specifying the connection descriptor. | 
| EasyUASubscribeDataSetArguments Constructor(UAPubSubConnectionDescriptor,UASubscribeDataSetFilter) | Initializes a new instance of the class, specifying the connection descriptor, and filter. | 
| EasyUASubscribeDataSetArguments Constructor(UAPubSubConnectionDescriptor,UASubscribeDataSetFilter,UADataSetMetaData) | Initializes a new instance of the class, specifying the connection descriptor, filter, and dataset metadata. | 
| EasyUASubscribeDataSetArguments Constructor(UAPubSubResolverDescriptor,String) | Initializes a new instance of the class, specifying the resolver descriptor, and published dataset name. | 
| EasyUASubscribeDataSetArguments Constructor(UAPubSubResolverDescriptor,UAPubSubConnectionDescriptor) | Initializes a new instance of the class, specifying the resolver descriptor, and connection descriptor. | 
| EasyUASubscribeDataSetArguments Constructor(UAPubSubResolverDescriptor,UAPubSubConnectionDescriptor,UASubscribeDataSetFilter) | Initializes a new instance of the class, specifying the resolver descriptor, connection descriptor, and filter. | 
| EasyUASubscribeDataSetArguments Constructor(UASubscribeDataSetArguments) | Initializes a new instance of the class, specifying the subscribe dataset arguments. |