| Overload | Description | 
|---|---|
| UAMonitoredItemArguments Constructor() | Initializes a new instance of the class with default data. | 
| UAMonitoredItemArguments Constructor(Object,UAEndpointDescriptor,UANodeDescriptor,UAMonitoringParameters,UASubscriptionParameters,Boolean) | Initializes a new instance of the class, specifying the state object, endpoint descriptor, node descriptor, monitoring parameters, subscription parameters, and the auto condition refresh flag. | 
| UAMonitoredItemArguments Constructor(Object,UAEndpointDescriptor,UANodeDescriptor,UAMonitoringParameters,UASubscriptionParameters) | Initializes a new instance of the class, specifying the state object, endpoint descriptor, node descriptor, monitoring parameters, and subscription parameters. | 
| UAMonitoredItemArguments Constructor(Object,UAEndpointDescriptor,UANodeDescriptor,UAMonitoringParameters) | Initializes a new instance of the class, specifying the state object, endpoint descriptor, node descriptor, and monitoring parameters. | 
| UAMonitoredItemArguments Constructor(Object,UAEndpointDescriptor,UANodeDescriptor) | Initializes a new instance of the class, specifying the state object, endpoint descriptor, and node descriptor. | 
| UAMonitoredItemArguments Constructor(OperationArguments) | Initializes a new instance of the class, specifying the operation arguments. | 
| UAMonitoredItemArguments Constructor(UAAttributeArguments) | Initializes a new instance of the class, specifying the attribute arguments. | 
| UAMonitoredItemArguments Constructor(UAAttributeArguments,UAMonitoringParameters) | Initializes a new instance of the class, specifying the attribute arguments, and monitoring parameters. | 
| UAMonitoredItemArguments Constructor(UAAttributeArguments,UAMonitoringParameters,UASubscriptionParameters) | Initializes a new instance of the class, specifying the attribute arguments, monitoring parameters, and subscription parameters. | 
| UAMonitoredItemArguments Constructor(UAAttributeArguments,UAMonitoringParameters,UASubscriptionParameters,Boolean) | Initializes a new instance of the class, specifying the attribute arguments, monitoring parameters, subscription parameters, and auto condition refresh flag. | 
| UAMonitoredItemArguments Constructor(UAMonitoredItemArguments) | Initializes a new copy of the object. | 
| UAMonitoredItemArguments Constructor(UANodeArguments) | Initializes a new instance of the class, specifying the node arguments. | 
| UAMonitoredItemArguments Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |