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